Join Slack
Powered by
Is there a way to add an OR to a saved search via ...
# suitescript
s
screnshaw
01/22/2018, 7:31 PM
Is there a way to add an OR to a saved search via scripting?
r
rustyshackles
01/23/2018, 12:16 AM
Are you trying to search for multiple tranid? I think you can do it like this
Copy code
[['tranid', 'is', value1], 'OR', ['tranid', 'is', value2]]
Open in Slack
Previous
Next