Genpact Cora Knowledge Center

Support

Validations Overview

Dynamic workflow forms use out-of-the-box ASP.NET functionality for validations. ASP.NET contains validation controls and infrastructure that you can use to validate forms. The most basic use case for validating a form is to define required fields.

You can perform advanced validation, using the following controls, which are available in the the UX Studio toolbox.

ValidatorsDescription
Advanced Validators Options
Required Field ValidatorDisplays an error message if the user does not enter a value for the field.
Range ValidatorDefines a range for a validation.
Regular ExpressionA regular expression validator.
Compare ValidatorCompares the user value with the provided value.
Custom ValidatorDefine custom code for client-side or server-side validation.
Validation SummaryOrganizes all validation messages into a single summary.