Validation Rules Flashcards

1
Q

Which validation rule ensures that users cannot enter a date in the past into the Close Date field?

  1. CloseDate > Today()
  2. CloseDate < Today()
  3. CloseDate < Today
  4. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where can error messages from a validation rule be displayed?

  1. Top of Page
  2. At the field
  3. Both
  4. 1 OR 2
A

Answer: 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you define a data validation rule, what else must you also define?

A

An error message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly