Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to add extra filters on N/search.load object?
We want to use the following logic in a certain suitelet.
At first, it loads the existing saved search with search.load method.
const searchObj = search.load(id: "user's select on GET page.");
Then I would like to add extra filters to this searchObj in the script logic according to users' field inputs on the GET page.
How can we do it in the Suite Script?
Tagged:
0