Validation Rules Tag of the Forms File
The validation_rules tag includes descriptions of validation rules. There is no limit on the number of validation rules that you can define. Each rule is described in a rule tag.
The validation_rules tag can include the following attributes:
message. Contains the message text as a value. If the validation rule that the rule tag describes fails, then Siebel CRM Desktop displays this message to the user.
expression. Contains the validation expression as a value. If the expression returns a false value, then the validation rule fails.
The validation_rules tag can contain the following tags:
expression. Performs the same function as the expression attribute. The only difference is that if you use the expression tag, then you must describe the validation expression in the CDATA section of the validation_rules tag.
asserted_control. Defines a control to highlight if the validation rule fails. The ID of this control is defined in the id attribute of the asserted_control tag.