create a copy of searchLoad.filterExpression and a...
# suitescript
c
create a copy of searchLoad.filterExpression and add to it and then reassign it back to search.filterExpression. You can't modify the filterExpression directly as its frozen.
r
okay, i will try that thanks
c
what was suggested in the other thread may work too but I like to deal w/ the filterExpression
s
you will need to use creece's option for sure if there are expressions in the criteria
r
yeah i think thats it