Allow nested operators in workflow designer
For the trigger conditions, it should have the same functionality as the file cabinet profile index filters. We should be able to set if Field1 is equal to Value1 AND Field2 is empty OR if Field3 is empty OR if Field4 is empty.
-
Nate French commented
But yes, I agree that it would be helpful to have the nesting. AS LONG AS you can rearrange things, or insert something new in a nested position.
-
Nate French commented
You can use the uppercase "OR" operator in the conditions! I often do something like this:
Status [ is equal ] New OR Pending
AND
DocType [ is equal ] Email OR Memo OR Letter
AND
...I'm not sure it would make any sense to reverse the positions of the ORs and ANDs there .. I guess, well, unless you're using "Contains" as the operator.
You can also use the "is not equal" operator such like:
Vendor [ is not equal ] Roguey McRulebreaker
-
Josh commented
This would greatly improve the starting conditions of workflows. I could have all invoices hit the workflow except those from the one vendor that doesn't follow the rules.