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?
474 views Asked by Ah Son At
        	1
        	
        
	
                        
You can use
Application.getAllSearchResultsor passresults_per_pagewhen callingApplication.getPaginatedSearchResultsApplication.getPaginatedSearchResults({ ... results_per_page: 100 })