Validation Rules Flashcards
1
Q
Which validation rule ensures that users cannot enter a date in the past into the Close Date field?
- CloseDate > Today()
- CloseDate < Today()
- CloseDate < Today
- CloseDate <> Today()
A
Answer: 2
For validation rules, you want it to evaluate to TRUE for the error condition.
Use Today() FUNCTION in fomulas.
Use SPECIAL WORD Today in filters
2
Q
Where can error messages from a validation rule be displayed?
- Top of Page
- At the field
- Both
- 1 OR 2
A
Answer: 4
3
Q
When you define a data validation rule, what else must you also define?
A
An error message