Versions Compared

Key

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

...

The condition script for a step is similar to the one for a button. This means that it still allows you to decide whether an action will be available for the user or not. 

...

The script should return one of the predefined variables: ENABLED, DISABLEDISABLED, or HIDDEN. The main difference between the condition script for a button and the condition script for a step is how we interpret the DISABLE DISABLED / HIDDEN values.

  • Enabled actions are available for the user to execute
  • Disabled actions mean that the screen for the action will not be visible and thus unavailable for the user to execute
  • Hidden actions mean that the screen for the action will not be visible but the action script will still be executed

...