So to be clear there is no official way to load a ...
# suitescript
a
So to be clear there is no official way to load a search and modify
filters
or
filterexpressions
efficiently/legally and save it again?
j
Lol just do what I said
Copy code
var yourCopy = search.filters;
// do things to your copy
search.filters = yourCopy;
t
I load modify and save searches without issue. Here is a quick picture. Don’t know if it will help