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!
ORDER BY when searching?
I'm trying to design my fulfillment application to be as user friendly as possible.
The first task: Don't make the user wait for 120 seconds why our list of 200 sales orders is loaded.
One idea I had was to load the Sales Orders in batches of n records at a time. This would allow me to grab some records, fill the list with them and keep loading batches in the background updating the list as they are available. To do this, I would need to have the list be ordered by the date so I can increase a "lastBatchMaxDate" variable and use it in the subsequent search as a filter.
Steve Klett | Senior Developer
NetValue Technology
0