<@U311JQCCD> Load the search in the script then us...
# suitescript
n
@vilaspadole Load the search in the script then use addFilter In the help this example is shown:- var newSearch = nlapiLoadSearch('opportunity', 'customsearch_kr'); // Call addFilter to add an additional filter to the existing search var newFilter = new nlobjSearchFilter('somefilter'); newSearch.addFilter(newFilter);