Join Slack
Powered by
I’m trying to set the item sublist sort order on a...
# advancedpdf
k
Katy
05/09/2019, 7:44 PM
I’m trying to set the item sublist sort order on an advanced pdf picking ticket and I can’t figure out how to get it to work. I read SuiteAnswer 77756, but apparently I suck at this. This is what it looks like as is, without the sorting. Help!!
-.txt
Katy
05/09/2019, 7:45 PM
I need to sort by a custom field, the one labelled Pref. Bin on this list.
s
scottvonduhn
05/09/2019, 8:00 PM
You should just need to do this:
<#list record.item?sort_by('custcol_nnw_van_pick_bin') as item>
👍 1
k
Katy
05/10/2019, 12:09 AM
👍 Perfect! Thanks!
3
Views
Open in Slack
Previous
Next