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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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