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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Best method to get inventory availability?
I have a script that pulls inventory availability. Currently, I create a basic search with a filter for items that have changed in the past "x" days, so I only get items that recently had changes (such as received inventory or sales). I iterate through those and call the getItemAvailability method to grab availability. The script takes a long time to run for 2000-5000 items that change during the previous 4 days. It's about 10-15 minutes per thousand items roughly. Note that I need to know the vendor for the item to customize some data that I push to our website.
0