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!
How to do paging of Support Cases in website?
Our company has a customer center website, done in ASP.NET with C# code behind, that our customers can go to get a variety of different information. One of the pages allows them to look at their support cases. Initially the page only shows open support cases which works properly. Then if they want to, they can click a button that will load all of their support cases, open or closed. For some customers, this can be quite a large number of cases and the NetSuite web service will time out.
To resolve this I am trying to add pagination to this view so that only a page worth of cases is loaded at a time. Does anybody have any experience with paging in NetSuite?
0