Join Slack
Powered by
The following shows me the Ship To address from th...
# administration
m
mg2017
11/02/2023, 12:03 AM
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"
b
Ship 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?
2
Views
Open in Slack
Previous
Next