Add an Apply Validation action

Use the Apply Validation action to validate the available controls on the desktop, phone and tablet forms so that you can apply the validation from any user interface that has events. When the action executes, it validates all the controls on the form and displays errors if a control is not valid.

Note We recommend that you place the Apply Validation action at the end, that is, after all the other actions are placed on a form. However, if there are other actions after Apply Validation action, the actions are still executed.

  1. On the Form Modeling bar, click Actions.
  2. On the Actions page, click Add Generic Add.
  3. On the Type list, select Apply Validation.
  4. Enter a Name and Description for the action.
  5. Click OK.

    The newly created action is added to the table.

  6. Associate the action with the control to trigger this action. To call the Apply Validation action upon form load, associate the action with the form. See Associate an action with a form or control for more information .