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!
Inventory Catalog in JSON
Need Suitescript to create a JSON file that includes all basic data for all of our active items. We have over 4,000 active items, however.
Basic outline of the script:
//load a saved search of all our active items
//loop through each item, create json string
//write string to .js file in File Cabinet
I know that nlapiSearchRecord returns at most 1,000 items. Is there a good way to access the next thousand?
0