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.
search.run().getRange() Is taking a ridiculous amount of time.
I am in the works of writing a combination of Suitelet calling a RESTlet which will return the results of a search. I have attempted this in SS 1.0 and now in SS 2.0 and continue to have the same issue. In the UI I can display 1000 search results in less than 4 seconds. When attempting to 'get' these sames results via code it takes nearly 30 seconds, longer for each iteration. The code is pretty simple. It accepts a search.Search object from another function and returns the full result set. It does this by getting the results 1000
0