Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Speed / Slowness
I have web services working in C#, querying NetSuite invoices with Amount Remaining greater than 0.
My problem is speed:
Development: 10 records in result, ~15 seconds.
Production: 616 records in result, ~15 minutes.
I did the same search with the NetSuite online interface. It returned 50 records at a time. I started the query, and manually paged through the 616-record result set, in about 34 seconds. Nice and fast.
Anyone care to provide insight or guesses as to what I might be doing wrong?
-SL