Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Suitescript Custom Record - how to call a Saved Search of Custom Records
I get a 'INVALID_RCRD_TYPE' failure when trying to load a custom record search in Netsuite through suitescript
Trying to call this: nlapiLoadSearch(type, Id)
Custom record type is: 25 (as shown in the list view URL)
Saved search ID is: 1853
Netsuite help states it should be written as:
nlapiLoadSearch('customrecord25','customsearch1853');
The failure code is: INVALID_RCRD_TYPE > The record type [CUSTOMRECORD25] is invalid.
Does anyone know what the record type should be?
I tried: 'customrecord', 'custrecord', 'custrecord25' > same failure code
----
If it was an item search it would simply be so:
nlapiLoadSearch('inventoryitem', 'customsearch1853');