Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The (AND operation) means that All of the specified conditions must be true before the actions set up in the Action Wizard are executed.
  • The Change the (AND operation(s) can be changed ) to an (OR operation(s)) if only one of the conditions needs to be true before the actions are executed.
  • You can group Group parts of the logic expression using parentheses if necessary.

Let's say you have a field in a consider this example. A Travel Request workflow contains a field where the user selects a destination country from a dropdown. Countries that call their subdivisions "states" are: United States, Mexico, Australia, Brazil, India, Germany and Myanmar.

Rule RequirementThe business requirement for this rule is: If any of these countries are selected, a Destination State field is enabled so the user can enter the Destination state. Otherwise, the Destination State field is disabled.

...