I'm trying to write a search in script that includ...
# suitescript
j
I'm trying to write a search in script that includes two columns both of type formulatext (in addition to other columns). I need to sort by the second of these columns. It seems to be sorting by the first instead. Any suggestions?
m
Swap the order you pass the columns in
Or sort JS if it's not a large result set
j
😞 I really don't want to swap the order. So dumb that it's like this.