Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
AE: How do I get the shipping address from Sales Orders in a format?
Hi all,
I've been running into some walls when it comes to scripting with shipping addresses.
What I'm trying to achieve is to get the shipping address from a sales order, combined with other information, into a STRING variable that gets rendered as a PDF later on. (We are not using the Advanced PDF/HTML templates as it lacks the customization we need for these PDFs, instead we are using SuiteScript)
However, using the "shipaddress" from the sales order record, gives an unformatted string, which is not allowed on the PDF, it needs to be in a certain format.
Using "shipaddr1", "shipzip", "shipcity", "shipcountry" from the sales order record returns empty variables even though using a chrome extension I can clearly see these are indeed filled with information. (Using the above variables from the customer record is not an option, as the shipping address may and will be changed on the sales order)