What is validation rule? Write a validation rule to ensure that the value of the Marks Field is more than 32.
Answers
Answered by
0
Answer:
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”. Validation rules also include an error message to display to the user when the rule returns a value of “True” due to an invalid value. Review these considerations before implementing validation rules in your organization.
Similar questions