differences between Field Validation Rule and Record Validation Rule.
Answers
Answer:
A field validation rule checks input to a field, and is applied when the focus leaves the field. A record validation rule checks input to one or more fields is applied when the focus leaves the record. Usually, a record validation rule compares the values of two or more fields.
Question:
differences between Field Validation Rule and Record Validation Rule?
Answer:
A field validation rule checks input to a field, and is applied when the focus leaves the field. A record validation rule checks input to one or more fields is applied when the focus leaves the record. Usually, a record validation rule compares the values of two or more fields.
Explanation:
Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value of “True” or “False”.
Some More Information:
1. Validation text is a custom message that's displayed if invalid data is entered in a field or control where a validation rule exists.
2. An input mask is a field property that determines display format and limits the type of data that can be entered.