Ethan Freeman
Ethan Freeman

Reputation: 51

Suite nlapiSearchRecord adding filters via UI and code

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

Answers (1)

Maria Berinde-Tampanariu
Maria Berinde-Tampanariu

Reputation: 1041

Yes, it is possible. You can use nlobjSearch.addFilter(newFilter); after loading the search object.

Upvotes: 1

Related Questions