When creating a search in suitescript 1.0, how man...
# suitescript
a
When creating a search in suitescript 1.0, how many results do you get back from something like this,
nlapiSearchRecord("customrecord502", null, filters, columns)
? I know in 2.0 I would do
.run().getRange(0,1000)
r
It gets the first 1000 results
a
Thanks @rustyshackles