Reputation: 51
is it possible to add filters in both the UI and a suitescript 1 function and use them in combination?
Im doing a search for items and would like to limit the search results by the criteria set in the UI but also add parameters into the suitescript code
Upvotes: 0
Views: 85
Reputation: 1041
Yes, it is possible. You can use nlobjSearch.addFilter(newFilter);
after loading the search object.
Upvotes: 1