Discussions
How do you modify a Suitelet sublist range / results pagination
I have a custom suitelet page which uses nlobjForm and nlobjSublist to get results from a custom record, show field values, and allow the user to select the records to be processed. Once submitted, the POST call fires a scheduled script to process the records into Invoice line items. The POST result is a scripted saved search of created Invoices.
The issue I'm experiencing is:
NetSuite creates an input field for Sublist range. It's a pagination of the results and is filtered at 25. So, the results show 1 - 25, 26 - 50, 51 - 75, and so on. When the user attempts to change the this field to get to the next results, nothing happens.