The following shows me the Ship To address from th...
# administration
m
The following shows me the Ship To address from the Shipping Tab on a PO. table style="width: 100%;"tr td class="addressheader"b${record.billaddress@label}/b/td #if record.item?has_content td class="addressheader"bShip To/b/td /#if/tr tr td class="address" rowspan="2"${record.billaddress}/td #if record.item?has_content td class="address" rowspan="2"${record.shipaddress}/td /#if/tr/table I replaced the record.shipaddress to source the address from the location record: ${record.location.returnaddress_text}. It throws an error: ERROR: Field 'location.returnaddress_text' Not Found. That is the right field id on the location record. What I'm I missing?