Tony Zuko
09/14/2023, 8:46 PMhttps://suiteanswers.custhelp.com/app/answers/detail/a_id/73935/loc/en_USI see that the field available for this is
${customer.shipping_country}
. I am debugging the issue by having my draft template display it directly, and I am finding odd behavior here. I have a Saved Search on the Customer record that displays these three fields:
• Country
• Billing Country
• Shipping Country
I am finding that even if I identify a customer that has "Canada" or "Japan" as the result in all of the fields above in a Saved Search, the Advanced PDF/HTML Template for the Statement still displays "United States" for the shipping_country
field. Is there some field that I am missing on the customer record that is being sourced for ${customer.shipping_country}
?Tony Zuko
09/15/2023, 3:57 PM${customer.shipcountry}
correctly returns the ISO country code (US
, CA
, etc.) of the default shipping address on the customer record.
CC: @David BTony Zuko
09/15/2023, 4:07 PM