Tutorial 3 Adding and Defining Validations
You can use scripts to create validation rules for controls. These scripts validate the data specified by the users at runtime.
- Adding Validation for Phone Field
This validation script checks the phone number specified by the user to make sure it is in a format that can be properly handled by our business process application. - Adding Syntax Validation for Email Field
This validation ensures that a valid value is specified for the Email field. - Adding a Second Validation for Email Field
This validation ensures that a value is specified for either the Email or Phone field. The user is not required to provide values for both in this application. - Adding Validation for Date of Birth Field
This validation ensures that a valid value is specified for the Date of Birth field. - Examining Auto-Generated Validation for Age Field
In this task you will examine an auto-generated validation script and edit its error message. - Editing Validation for Claim Amount Field
In this task you will examine another auto-generated validation script, change the setting for when input data are validated, and edit the error message. - Adding Validation for Time of Accident Field
This validation ensures that a valid value is specified for the Time of Accident field. - Adding Validation for Witness Phone Field
This validation ensures that the value specified for the Witness Phone field is in a valid format.
Copyright © Cloud Software Group, Inc. All rights reserved.