Is there a way to use nlapiSearchRecord and return...
# suitecommerce
b
Is there a way to use nlapiSearchRecord and return more than 1000 results in SCA context (SuiteScript Model.js)?
s
nope i guess
v
@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:
Untitled
Something like this, perhaps
b
@Viraj Shinde Thanks
v
no problem 🙂