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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
Strategies for dealing with long running tasks
I have a script requirement that I am anticipating is going to take a long time to run and consume a significant amount of governance units.
I am wondering what the best approach to this is, and if there is any way to minimize processing time.
The task:
Allocate unique identifiers for each unit listed on a purchase order. The unique id is sourced from a custom record. The custom record is essentially a list of over 50,000 unique id entries. As an entry is taken the custom record it needs to be updated with the po # that it was allocated on.
0