Join Slack
Powered by
How can I adjust the filters of a search that I lo...
# suitecommerce
t
toltmanns
05/21/2020, 10:32 PM
How can I adjust the filters of a search that I load in script? Appending the filters object results in an error
s
Steve Goldberg
05/22/2020, 10:24 AM
What kind of search? A SuiteScript 1.0 search?
w
wbermudo
05/22/2020, 1:09 PM
for 1.0 there is a nlobjSearch.addFilters() and nlobjSearch.addColumns(), the equivalent for 2.0 are Search.filters and Search.columns
t
toltmanns
05/26/2020, 5:38 PM
2.0 search. When I append Search.filters I had an error, something fairly obscure in the object code
toltmanns
05/26/2020, 5:38 PM
I ended up just coding the whole thing, but would be nice to know for future usage
3
Views
Open in Slack
Previous
Next