Wednesday, April 24, 2019

Get Around the 1000 Row Limit Returned by Saved Searches

Image


When using nlapiSearchRecord() the results are limited to 1000 rows. It is however possible to get more records using nlobjSearch object which supports unlimited rows in the results.

nlobjSearch with its getResults() method can be used to fetch a specific range of records, which is limited to 1000 rows but can be used in a loop. Note: Execution of getResults() method consumes 10 governance units.

An example script used to fetch more than 1000 Sales Order records:



DISCLAIMER: The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. NetSuite Inc. does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in using their own Web server configurations. NetSuite Inc. does not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. NetSuite Inc. disclaims all warranties, express or implied, and in particular, disclaims all warranties of merchantability, fitness for a particular purpose, and warranties related to the code, or any service or software related thereto. NetSuite Inc. shall not be liable for any direct, indirect or consequential damages or costs of any type arising out of any action taken by you or others related to the sample code.

No comments:

Post a Comment