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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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