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.
Script-InventoryNumber Search Error
1. I have created saved search of type Inventory Number’ say 'customsearch155'
I tried to access this search in Script(Suitelet)
I Tried following options,
nlapiSearchRecord('inventorynumber', 155, filters, null);
nlapiSearchRecord('inventorynumber', 'customsearch155', filters, null);
I am getting error ' ‘Search or mass update Does not exist’
its nit giving me error when used
nlapiSearchRecord('inventorynumber',null, filters, null);
0