Table 24 lists the built-in UDI validators. Each built-in validator is discussed in a subsequent section. When a validator detects an invalid entry in a text box, a message is displayed on the wizard page, and the Next button is disabled until all invalid entries are resolved.
Table 24. Built-in UDI Validators
Validator |
Description |
This validator identifies any invalid characters that have been entered from a list that you configure. |
|
This validator helps ensure that the text follows a predefined pattern. |
|
This validator is used to require text in a field. |
|
This validator allows you ensure that the text matches a regular expression that you specify as a part of the validator. |
Related Topics
UDI Validator Reference
InvalidChars
NamedPattern
NonEmpty
RegEx