when loading a search and trying to push to the fi...
# suitescript
s
when loading a search and trying to push to the filters array like: search.filters.push({ name: 'tranid', operator: search.Operator.IS, values: 'XX' }) I'm getting SSS_INVALID_ARRAY_ARGUMENT error upon save(). Has anyone used filters.push to add to an existing search?