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!
Create a freemarker list from selected items of another list
Hi There
I am trying to work out where to start in terms of trying to do the following:
I have a transaction record such as a sales order.
The item sublist has varying number of items (for example 10 line items).
In an advanced pdf template, I want to display a subset of the list of items
This subset will be based on if they meet a certain criteria.
Where I am getting stuck is, I know how to create a list in freemarker (i.e. <#list transaction.item as itemlist>)
though I don't know how to filter this list and apply criteria?