So I have scripted a sublist which shows 2000 reco...
# general
p
So I have scripted a sublist which shows 2000 records by splicing together 2 searches under the governance limit. I would like the sublist to be sorted by one of the date columns on the original load of the custom form. I can't do it on the search due to the splicing, having no joy with array sorting prior to populating the sublist. Is there any way to set the sort order on a sublist programmatically?
b
probably would have better luck sorting it yourself
will involve changing the strings from your search result column into a Date using N/format
p
I change it to a date value on the insertion into the sublist, it is just the command to set the sort order on the column of the sublist I am struggling with
b
there is none, sort your array
p
ok ty