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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Suitelet List - Unexpected Error
Hi All,
has anyone received this error when executing a suitelet list?
UNEXPECTED_ERROR Ticket: flhz2o8z1vpggpwvpo09f
I did read in another thread about this error but that was due to the nlobjSearchFilter api not containing an internal ID.
var returncols = new Array(); returncols[0] = new nlobjSearchColumn('internalid'); returncols[1] = new nlobjSearchColumn('companyname'); returncols[2] = new nlobjSearchColumn('zipcode'); returncols[3] = new nlobjSearchColumn('salesrep'); //returncols[4] = new nlobjSearchColumn('deptbought'); var myresults = nlapiSearchRecord('customer', null, new nlobjSearchFilter('zipcode',null,'contains','cw4'), returncols); list.addRows( myresults ); 0