SALESFORCE-ASSOCIATE · Question #72
Get Cloudy Consulting (GCC) wants to ensure the Annual Revenue field is a positive amount and does not exceed $100. What should GCC use to ensure to opportunities meet these standards?
The correct answer is A. Validation Rules. Validation Rules enforce data integrity by evaluating a formula condition before a record is saved. If the condition is true (i.e., the data is invalid), the save is blocked and an error message is displayed to the user. GCC can write a rule such as OR(AnnualRevenue <= 0, AnnualR
Question
Get Cloudy Consulting (GCC) wants to ensure the Annual Revenue field is a positive amount and does not exceed $100. What should GCC use to ensure to opportunities meet these standards?
Options
- AValidation Rules
- BAssignment Rules
- CDefault Values
How the community answered
(35 responses)- A77% (27)
- B17% (6)
- C6% (2)
Explanation
Validation Rules enforce data integrity by evaluating a formula condition before a record is saved. If the condition is true (i.e., the data is invalid), the save is blocked and an error message is displayed to the user. GCC can write a rule such as OR(AnnualRevenue <= 0, AnnualRevenue > 100) to enforce both constraints. Assignment Rules automatically route records (like Cases or Leads) to specific users or queues based on criteria - they do not validate field values. Default Values pre-populate a field with a preset value when a record is created, but they do not prevent a user from entering an invalid value afterward.
Topics
Community Discussion
No community discussion yet for this question.