Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Trouble using columns[0].setSort();
I found some examples where they were using this call directly after creating
var columns = new Array();
columns[0] = new nlobjSearchColumn('internalid');
columns[0].setSort() - getting error Code: SSS_INVALID_ARRAY_ARGUMENT Details: columns[0]
I need to be able to dynamically set the sort attribute on a column, so I was hoping this would work. But it looks like this is not allowed.
0