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.
Abbreviation field in Custom List
Hi,
I am trying to load a Matrix Option Custom List through this code.
var colorColumns = new Array(); colorColumns.push(new nlobjSearchColumn('internalid')); colorColumns.push(new nlobjSearchColumn('name')); var colorList= nlapiSearchRecord('customlist1', null, null, colorColumns); This code works but I want to get the "abbreviation" column from the custom sublist. Can anybody tell me the id of this column?
Thanks,
1