Does anyone know how NetSuite (workflow conditions...
# administration
s
Does anyone know how NetSuite (workflow conditions) evaluates expressions without parentheses? Are they evaluated from left to right or do ANDs take precedence over ORs? For example: clause1 AND clause2 OR clause3 OR clause4 AND clause5
I know that I can throw some parentheses in there to clean it up. I'm trying to figure out what a previous admin (no longer here) was trying to accomplish. They did not have any parentheses in there
m
NetSuite uses an Oracle database so I would imagine these rules would apply