Currently Netsuite will automatically divide the data to pages, 25 rows of data per page. Any idea on how to show all data in one page? Thanks.
Netsuite: Is there any way to show all sublist rows of data in one go?
472 views Asked by Ah Son At
1
You can use
Application.getAllSearchResults
or passresults_per_page
when callingApplication.getPaginatedSearchResults
Application.getPaginatedSearchResults({ ... results_per_page: 100 })