Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Email Template package
Use use a combination of integrated labels and non-integrated labels so I am trying to get the package details (weight and tracking) to appear in our shipment confirmation email
I am trying to use an <#if> statement to switch between package and packagefedex since NetSuite uses both
I was trying <#assign ship = [563,564,562,110,1693,566]><#assign shipmethod = transaction.shipmethod><#if ship?seq_contains(shipmethod)><#list transaction.packagefedex as package>
This does not seem to work
How can I write and if statement that will look to see what the ship method is and then allow me to set the correct package level
Tagged:
3