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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
How to do search using boolean operators on filters
I need to do a search on sales orders using web services, and I want to use boolean operators on the search filters, for example
I want to search all sales order where
(
(customfield1 = somevalue AND customfield2 = somevalue)
OR
(customfield1 = somevalue AND customfield2 = somevalue)
)
So the main question is how do I add the OR operator? I know I can call a saved search, but I don't want to use that option.
A code example for this would greatly help.
0