Hi, is there anyway to sort a sublist using suites...
# suitescript
t
Hi, is there anyway to sort a sublist using suitescript? I need to knockoff credits in customer payments but I have to select the oldest one first. Any suggestions would be very helpful. Thanks.
m
You can iterate through the sublist and build a JS array of the lines, sort that and then apply based on that