Is there a way to use nlapiSearchRecord and return more than 1000 results in SCA context (SuiteScript Model.js)?
s
Sohan Kumar Dash
10/05/2019, 8:09 PM
nope i guess
v
Viraj Shinde
10/07/2019, 9:11 AM
@Balaji you can write a loop that traverses through the resultSet 1000 results at a time.
I've tried this for back-end SS 2.0 scripts but not for SCA models: