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!
Updating all our records
Hi All,
We need to update every one of our customer records (about 9000 of them), planing to do this via a script deployment using a saved search.
However, the functions we plan to use work out at 10 points for running the search, and 30 for each run of the loop (ie. for each record we update).
I've created a few searches which split our customers down into groups of <1000 to run this script against, however these still cause the usage limit to be exceeded.
By my calculation we can only run this script against around 300 records at a time, does this mean I have to create more searches to break down our customers into groups of 300? Or is there another way to do this?