Composite action

Use a Composite action to execute multiple actions from within one action.

You can use a Composite action on multiple controls.

Note
  • You can duplicate an action within a composite action.
  • You can add a composite action within another action. But you cannot add a composite action to itself.

  1. On the form modeling bar, click Actions and click New.

    The New action dialog box is displayed.

  2. On the Type list, select Composite.
  3. Change the default Name (Composite1) to something meaningful.
  4. Optional. Enter a Description for the action.
  5. To add actions, click Add for Actions.
    The Add form actions dialog box is displayed.
  6. Select the required actions and click Done.
    The selected actions appear in the Actions box.
  7. Use to set the order in which the actions must be executed.
  8. Click Save.

    The newly created action appears on the Actions page.

  9. Associate the action with the control to trigger this action. See Configure actions for form control events. Alternatively to call this action for a form event, associate the action with the form. See Associate an action with a form.

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