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.
Multi-page nlobjSublist in a Suitelet
I have a Suitelist I designed to mimic a customer search. I have a form that includes a sublist for results.
(I'm using a sublist since I can inline the search criteria with the search results. Still requires a submit to update, of course).
So the problem I am having is that if results span a page.. eg 32 results with a page size of 25, Changing the page doesn't work.
Page 1: 1-25
Page 2: 26-32
When I click on 26-32 for page 2, I don't get page 2, but instead some other general customer listing (none of my search criteria still apply).
The update is done via ajax, so I'm not sure what I need to do to make it work right.. Any ideas?
0