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.
nlapiYieldScript - SS_DISALLOWED_OBJECT_REFERENCE not specifying the invalid object
I have a fairly complex suitelet running that is importing an XML file and processing each nodeset to update item records in NetSuite.
The original design would reschedule itself whenver it was close to reaching the scheduled script goverance limit using session vars and parameters to start where it left off from the previous running scheduled script.
I recently converted this script to use the nlapiYieldScript API. What is perplexing is that it is throwing an error related to an invalid object being passed, which I understand, but I can't seem to figure out what the object is. I've been through the script looking for all nlobj objects and all that I have are search objects and record objects and one file object (which are all valid objects to set recovery points for). Unfortuantely the 'information' property of the yield API object is returning null so I can't see what object is the offending object. I'm also