I’m trying to set the item sublist sort order on a...
# advancedpdf
k
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!!
I need to sort by a custom field, the one labelled Pref. Bin on this list.
s
You should just need to do this:
<#list record.item?sort_by('custcol_nnw_van_pick_bin') as item>
👍 1
k
👍 Perfect! Thanks!