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.
Asynchronous methods to execute multiple requests
My website is running various periodic jobs that pull and push data from NetSuite. They all share the same NetSuite login/session so that I don't run in to the concurrent sessions issue. However, there's also the problem that I can't execute more than one request at the same time. Occasionally, 2 jobs run at the same time and I get an error. I've been experimenting with the asynchronous methods and it seems that I can run multiple async requests at the same time. I had read somewhere else that this isn't true, but it seems to work. Can anyone tell
0