Join Slack
Powered by
so just loop through items and check for amount, t...
# suitescript
m
Marygolds3
06/29/2021, 6:53 PM
so just loop through items and check for amount, then list? I can do that in PDF template right?
a
alien4u
06/30/2021, 12:04 AM
In your Advanced PDF Template you should be able to sort by any field/column you need like this:
<#list record.item?sort_by('amount') as item>
Open in Slack
Previous
Next