Validation TabSome Controls support Validation; this means you can specify conditions that can be checked before the Page is left, and page transition will be prevented if this validation fails. Validation is only checked when a Field with Validate Page enabled is triggered. Validation is frequently mixed with Formatting to ensure that data has been recorded in a valid state.
There are four kinds of validation available in Scripting:
NotesIf Compulsory Field isn't selected, then validation will succeed if the Field is empty. Multiple validation conditions can be added to each Field, so Compulsory Field can be added with any other validation to ensure populated & valid data is collected.
If a Field is hidden, it will not be checked for validation. This allows complex Workflow Pages to be constructed with differing validation requirements depending on agent choices, by simply hiding the unwanted Fields prior to triggering validation.
Additional Validation types can be added on request, please contact Professional Services with your requirements.
|