Trying to create a shipping label using advanced P...
# suitescript
t
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
Might be better asked in #C466X49JB I use the default
class="address"
<td class="address>${record.shipaddress}</td>
class=address
is a native NetSuite construct, not mine
r
I believe there are fields for each "component" of the address, e.g. shipaddress1, shipstate, etc.