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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
How to sort Advanced PDF/HTML Template
When the data used in a PDF/HTML Template come from the Record-object one can sort the data in the items table by adding a sort statement to the declaration of the item list.:
<#list record.item?sort_by(["inventorydetail"]) as item>
We recently upgraded to NS WMS (Bundle 294240 2019.2.0.4). This contains a pick ticket (Standard Pick Ticket/Pick Report PDF/HTML Template) we would like to customize. The only change we would like to make is the sorting of the item table.
But the data syntax to get the data is differently. instead of using record.item the syntax utilized =:
0