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!
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?
0