difference between validation rule and validation text in points
Answers
difference between validation rule and validation text in points
Validation rule is a field property used to specify and define conditions that limit values that can be entered in a particular field. Validation text is a message that is displayed when data entered in that field does not conform to the validation rule or it is violated.
The difference between validation rule and validation text are as follows
A validation rule is one way to restrict input in a table field or a control (such as a text box) on a form. Validation text lets you provide a message to help users who input data that is not valid.
Validation rule is a field property used to specify and define conditions that limit values that can be entered in a particular field.
Validation text is a message that is displayed when data entered in that field does not conform to the validation rule or it is violated.
A Validation Rule is a rule on a field which verifies that data entered by a User meets a certain criteria, before the User can save the record. The rule asks a Yes or No question where the answer must be Yes, or “True”.
Validation rules verify that data entered by users in records meets the standards you specify before they can save it.