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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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