Googling isn't yielding results. When loading a saved search via ID in suitescript
1. Do the filters saved with the search also get loaded in SuiteScript?
2. To add additional filters, can I just set
Nsearch.filterExpression = newFilters[]
or will this overwrite the existing filters, and should instead use
search.filters.push(new filter)
?
a
Anthony OConnor
06/10/2024, 5:17 PM
1. yes
2. yeah the 2nd one, push new filters to the existing array