Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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