i want to display the complete vendor address in the purchase order report,
i am writing the below code i am getting only some address only.
VendorAddress = strRemoveCr(VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().Street+', '+
LogisticsAddresssCity::findRecId(VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().CityRecId).Description+', '+
VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().DistrictName+', '+
LogisticsAddressState::find(VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().CountryRegionId,VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().State).Name+', '+
LogisticsAddressCountryRegionTranslation::find(VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().CountryRegionId).ShortName+', '+
LogisticsAddressZipCode::findRecId(VendTable::find(PurchTable::find(purchId).OrderAccount).postalAddress().ZipCodeRecId).ZipCode);
can any one know about this please help me.
*This post is locked for comments