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.
Trying to Debug a Script User Error: INVALID_KEY_REF
I have a sheduled server side script called 'setMgrOnInvoicesCreatedYesterday' that has the effect of setting a custom field value ('custbody_contractmanageratcreation') on all invoices created yesterday.
The script has just started throwing a user error as shown below:
Function: setMgrOnInvoicesCreatedYesterday
Error: INVALID_KEY_OR_REF
Invalid custbody_contractmanageratcreation reference key 21348.
Stack Trace: setMgrOnInvoicesCreatedYesterday(setMgrOnInvoicesCreatedYesterday:15)
I have 22 invoices created yesterday and the script has behaved as expected for 16 of them but it's now getting 'stuck' with this error. It's running every 2 hours and is getting the same error every time.
I'm guessing that there's a problem with one of the invoices that is causing the script to fail but the user error information doesn't really give me anything to work with the figure out what's wrong.