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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
nlapiYieldScript & nlapiSetRecoveryPoint - Help!
I have a scheduled script that I will have run every day to update four hidden fields on a project record. The script is pretty in-depth, so for the sake of ease and length of this post I'll try and hit the important points.
My function starts and I call a saved search in the system. It returns 700+ projects. I start a "for loop" to iterate through each project to determine if all the additional steps/functions need to take place. My script was failing due to me using hitting the script usage limitations, so I added the use of nlapiYieldScript & nlapiSetRecoveryPoint. I found all of this on SuiteAnswers ID #
0