In SuiteScript 1.0 Client Script, when I try to ru...
# suitescript
b
In SuiteScript 1.0 Client Script, when I try to run
searchRes.getResults(0, 100)
it throws me the error.
Copy code
var searchObj = nlapiCreateSearch('cust_rec_type');
var searchRes = searchObj.runSearch()
console.log(searchRes.getResults(0,100))
This throws me the error, any idea please?
e
This code works fine in my console if I replace
cust_rec_type
with
item
. What is the error you get?
b
Thank you for your confirmation, looks like the filter issue on my side
y
Hopefully you might have a filter or column issue.kindly dual check it