ADM-201 · Question #275
Ursa Major Solar has a path on Case. The company wants to require its users to follow the status values as they are on the path. Agents should be prohibited from reverting the Case back to a…
The correct answer is C. Validation Rules. To require users to follow specific status values on a Case path and prevent reverting to a previous status, the administrator should implement Validation Rules.
Question
Ursa Major Solar has a path on Case. The company wants to require its users to follow the status values as they are on the path. Agents should be prohibited from reverting the Case back to a previous status.
Options
- AGlobal Value Picklists
- BPredefined Field Values
- CValidation Rules
- DDependent Picklists
How the community answered
(41 responses)- A10% (4)
- B5% (2)
- C83% (34)
- D2% (1)
Why each option
To require users to follow specific status values on a Case path and prevent reverting to a previous status, the administrator should implement Validation Rules.
Global Value Picklists allow picklist values to be managed centrally across multiple picklists, but they do not enforce sequential progression or prevent changes to previous values.
Predefined Field Values are used in quick actions or flows to pre-populate fields, not to enforce a sequence of status changes or prevent reverting to previous stages.
A validation rule can be configured to compare the current Case status with its prior status value using functions like ISCHANGED() and PRIORVALUE(). By defining a sequential order for statuses, the rule can prevent a user from saving a Case if the new status attempts to move backward in the defined path, thereby enforcing the required progression.
Dependent Picklists filter the available values in one picklist based on the selection in another, but they do not enforce a sequential order for a single picklist or prevent backward movement.
Concept tested: Validation Rules for enforcing sequential picklist values
Source: https://help.salesforce.com/s/articleView?id=sf.validation_rules_field_validation_overview.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.