Automate

Interface Validations H

Interface Validations V

Use this page to Register Interface Validations.

To access this page:

  1. Select Interface in the Navigation pane.
  2. Click the Validations icon for the desired interface.

Field

Description

VALIDATION ID

Displays a system-generated ID to uniquely identify the validation.

PRIORITY

Displays a value that determines the order in which the validation runs.

VALIDATION TYPE

Displays the type of validation rule for the interface. Options are:

  • External Process
  • Stored Procedure
  • View

VALIDATION PURPOSE

Displays why the validation is needed. Options are:

  • Validation – Interface is not run if the view returns records.
  • Requirement – If the view returns a value, then the validation has failed.

VALIDATION WHEN

Displays when the validation runs in relation to the event. Options are:

  • Pre – Validation runs before the event runs.
  • Post – Validation runs after the event runs. This option is typically used to determine if an event has run to completion.

DISPOSITION

Displays what happens next if the event fails the validation. Options are:

  • Abort – Unexpected condition. If the validation fails, the interface is turned off, and workflow emails are sent to the business and technical roles.
  • Consider Complete – Expected condition. The interface does not retry, the event is considered complete and the next event runs.
  • Retry – Expected condition. The interface retries this event/validation until there are no more event validation failures.

NAME

Displays the view name as selected from the Validation View, Validation Procedure or Validation Plugin (depending on the Validation Type) on the Vertical View.

COMMENT

Displays description of the validation entered on the Vertical View

ACTIVE

If checked, the validation has been tested and is ready to be run.

If unchecked, the validation does not run when the interface is either manually run or set to run on a schedule.

It is checked by default.

OPERATION NAME

If the External Page is Izzy.IO.CheckForFile, this field displays the file operation that is passed to the FileInterator event.

If the External Page is any other value, this field is blank.

 

 

Interface Validations V

Interface Validations H

 

Field

Description

Validation ID

Displays a system-generated ID to uniquely identify the validation.

Priority

Displays a value that determines the order in which the validation runs.

Validation Type

Displays the type of validation rule for the interface. Options are:

  • External Process
  • Stored Procedure
  • View

Validation Purpose

Displays why the validation is needed. Options are:

  • Validation – Interface is not run if the view returns records.
  • Requirement – If the view returns a value, then the validation has failed.

Validation When

Displays when the validation runs in relation to the event. Options are:

  • Pre – Validation runs before the event runs.
  • Post – Validation runs after the event runs. This option is typically used to determine if an event has run to completion.

Disposition

Displays what happens next if the event fails the validation. Options are:

  • Abort – Unexpected condition. If the validation fails, the interface is turned off, and workflow emails are sent to the business and technical roles.
  • Consider Complete – Expected condition. The interface does not retry, the event is considered complete and the next event runs.
  • Retry – Expected condition. The interface retries this event/validation until there are no more event validation failures.

Validation Plugin

Displays the plugin name assigned to the external process validation. The selection populates the NAME field on the Horizontal View.

NOTE: This field only displays for External Process validations.

Validation Procedure

Displays the registered validation view. Only views ending in “Val” display, as defined by the Validation Filter field on theParameters page. The selection populates the NAME field on the Horizontal View.

NOTE: This field only displays for Stored Procedure validations.

Validation View

Displays the registered validation view. The selection populates the NAME field on the Horizontal View.

NOTE: This field only displays for View validations.

Comment

Displays a description of the validation. Only views ending in “Val” display, as defined by the Validation Filter field on the Parameters page.

NOTE: This field only displays for View validations.

Active

If checked, the validation has been tested and is ready to be run.

If unchecked, the validation does not run when the interface is either manually run or set to run on a schedule.

It is checked by default.