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!
Defining text formula in the Available Filters section of a saved search.
Hi,
I'm writing a saved Case search where I want the user to be able to type a SO# into a filter at the bottom and have it return the related case info in the results. The SO# has to be substringed out of the custom field in our implementation (e.g. "Sales Order #12345"... the formula is SUBSTR({custevent_sale_order}, 14, 5))
I'm able to do this fine to display in the results, but when I add a text formula filter to the Available Filters, there is no dialog available to define the formula. Is there anything I can do to get this working?