Add a Composite action

Use a Composite action to execute multiple actions from within one action. You can use a Composite action on multiple controls.

  1. On the Form Modeling bar, click Actions.
  2. On the Actions page, click Add Generic Add.
  3. On the Type list, select Composite.
  4. Enter a Name and Description for the action.
  5. Consume the set of actions in the order in which the actions must be executed, in the Actions box.
    Note the following:
    • You can duplicate an action within a composite action.
    • You can add a composite action within another. But you cannot add a composite action to itself.
  6. Click OK.

    The newly created action is added to the table.

  7. Click Save.
  8. Associate the action with the control to trigger this action. To call the Composite action upon form load, associate the action with the form. See Associate an action with a form or control.

    When this action is triggered, all enabled actions within it are executed in the specified order.