We're using the `nlapiSearchRecord` suitescript fu...
# suitescript
s
We're using the
nlapiSearchRecord
suitescript function, and I noticed it has a limitation of returning only the first 1000 rows. How can we get results past row 1000?
b
use a nlobjSearch
s
Awesome. Thank you @battk!