Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Create a dynamic saved search which treats user input as parameter?
Hi,
I have searched and found many similar topics on this forum, but I can't seem to find something that clearly phrases/addresses what we want to do.
Is there a way to use a formula field (or something else) to directly reference the search text input? For example, we want to have dynamic criteria for "message contains (user input) OR subject contains (user input) OR (user input.length > X)" etc etc.
Filters do not seem to help because we are talking about referencing the search text itself as a parameter/variable. We don't want people to have to specify 10 different filters manually each time they search. I know the API allows for searches, but how does this help in terms of USERS being able to type into a box and search? Do I have to write code to perform the search in the API and then reconstruct the entire search results page as a suitelet?