Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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