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
michoel
09/15/2020, 5:12 AM
You can iterate through the sublist and build a JS array of the lines, sort that and then apply based on that