Validation

Runs an application validation. As long as the StopOnError option is set true the script will end if the validation fails.

Execute Validate
Parameters(ApplicationName, ValidateType)
        Values('Comma1', 'All');

ApplicationName—Name of existing application.

ValidateType—Type of validation that you want to perform. For example, validate the application only, business rules, or all (application and rules). Allowed values:

  • AppView

  • Rules

  • All