System Administration
Page Validation Rules H
Use this page to Register a Validation Rule to a Page.
To access this page:
-
Select Admin > WebApps in the Navigation pane.
-
Click the Pages icon for a WEB APP NAME.
-
Click the Events icon for a page.
-
Click the Validation Rules icon for an event.
Field |
Description |
SQL |
This icon is not used. |
PRIORITY |
Displays order in which the validations are executed. |
VALIDATION TYPE |
Displays the type of validation for the selected page. Options are:
|
NAME |
Displays the name of the name of the validation which is computed based on the type of the validation and the entity chosen (whether it’s a view, procedure, or plugin), for example, webdcsMARA_FullConstruct_DSP9587DupKeyVal. |
SEVERITY |
Displays the severity level for the validation type for the selected page. Options are:
|
COMMENT |
Displays the text when records fail this validation. |
ACTIVE |
If checked, the Validation rule is executed. If not checked, the Validation rule is not executed. |
Page Validation Rules V
Use this page to Register a Validation Rule to a Page.
Field |
Description |
Validation Rule Properties |
|
PRIORITY |
Displays order in which the validations are executed. |
View |
Displays the name of the SQL view associated with the validation. |
Active |
If checked, the Validation rule executes. If not checked, the Validation rule does not execute. |
Severity |
Displays the severity level for the validation type for the selected page. Options are:
|
COMMENT |
Displays the text that displays when records fail this validation. |
Advanced |
|
Conditional Column |
Displays the column name in the view that allows for a 0 (disabled) or 1 (enabled) value to determine whether this Validation rule executes. This can be useful when, for example, ensuring a field has a non-NULL value when another column is enabled. |
Duplicate Detection View |
Displays the name of the view that is used for the validation view used to select the duplicates in the Duplicate Detection process. This view allows the developer to customize the columns displayed and reduce the rows returned. When the duplicate detection is run as part of validation and a possible duplicate is returned, the user can click the in-line validation message to view the possible duplicates. If this field is blank, the underlying table is used for the validation view, and all columns in the table are searched for duplicate. In this case, the result set is larger. The primary key and duplicate detection columns are included in the result. Refer to Manage Duplicate Detection for more information. |