This message was deleted.
# suitescript
s
This message was deleted.
c
share your code
v
Copy code
var srch_paged = _.ns_search.create({
type: _.ns_search.Type.SALES_TAX_ITEM,
columns: columns.map(function (col) { return col; }),
filters: filters
}).runPaged({ pageSize: 50 });
i tried putting a try catch inside the block of code and it is still the same error.