QuestionQ88

Data Management

AW Computing needs to stop users from updating the Account Annual Revenue field to either a negative value or an amount exceeding $100 billion.

How should an administrator fulfill this request?

  • A Build a scheduled report displaying Accounts with Account Revenue that is negative or greater than 100 billion.
  • B Create a validation rule that displays an error if Account Revenue is below 0 or greater than 100 billion.
  • C Make the Account Revenue field required on the page layout.
  • D Enable Account Revenue limits in Setup, with 0 as the minimum and 100 billion as the maximum.
Explanation

A Salesforce validation rule can evaluate an error condition whenever an Account is saved and display an error that prevents the record from being saved. A rule that evaluates true when Account Revenue is less than 0 or greater than 100 billion enforces both limits.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!