Validation Rules

Validation Rules are defined on a control to validate entered data before submitted request to server:

  • Rules can be built based on the expression from the properties of the current and previous pages. As part of moving away from the page, all validation rules on the page are evaluated.
  • If any of the rules are not satisfied, it shows popup dialog with Validations Failed message and icons against each control.
  • Hovering the mouse on the icon to display specific errors or warning messages based on the defined validation rules on the control.
  • You can move away from the current page by clicking any other page from the Navigation Panel.
  • If the current page has any validation errors, a popup dialog will display with options to ignore and move forward or fix the issues before moving forward.
  • If multiple rules are defined on the controls, all rules should be satisfied in order to move forward.

Validation can be of Error or Warning type. When validation error rule fails, error will be displayed in the popup dialog with options to ignore and move forward or fix the issues before moving forward. If you move forward without fixing validation errors for that page, in the navigation panel, page title with be shown with red-circle with tick icon to indicate there are validation errors in the page.

When validation warning rule fails, warning will be shown in the flash notification with orange background color. Warnings can be ignored, by clicking on Save, Done, Next buttons second time to move forward with the warning