Trying to create a shipping label using advanced PDFs. I can pull in the shipping address from a sales order using result.shipaddress, however there is no formatting - it all appears as one line of text. Is there a way with freemarker to get the formatted version?
n
nathanw
06/24/2019, 7:36 PM
Might be better asked in #C466X49JB
I use the default
class="address"
<td class="address>${record.shipaddress}</td>
nathanw
06/24/2019, 7:36 PM
class=address
is a native NetSuite construct, not mine
r
rustyshackles
06/24/2019, 7:50 PM
I believe there are fields for each "component" of the address, e.g. shipaddress1, shipstate, etc.