PLAT-ADMN-201 · Question #117
Cloud Kicks wants users to only be able to choose the opportunity stage Closed Won if the Lead source has been selected. How should a Platform Administrator accomplish this goal?
The correct answer is C. Configure a validation rule requiring Lead source when the stage is set to Closed Won. A Validation Rule is the correct approach. The rule would check: IF Stage = 'Closed Won' AND Lead Source is blank, THEN display an error. This prevents saving the record until Lead Source is populated when the stage is Closed Won. Making Lead Source a dependent picklist on…
Question
Options
- AMake Lead source a dependent picklist to the Opportunity Stage field.
- BChange the Opportunity Stage field to Read Only on the page layout.
- CConfigure a validation rule requiring Lead source when the stage is set to Closed Won.
- DMake the opportunity stage a dependent picklist to the Lead source.
How the community answered
(43 responses)- A7% (3)
- B2% (1)
- C77% (33)
- D14% (6)
Explanation
A Validation Rule is the correct approach. The rule would check: IF Stage = 'Closed Won' AND Lead Source is blank, THEN display an error. This prevents saving the record until Lead Source is populated when the stage is Closed Won. Making Lead Source a dependent picklist on Stage (A) controls which Lead Source values are available, not whether it is required. Making Stage read-only (B) would prevent users from changing it at all. Making Stage dependent on Lead Source (D) would control Stage values based on Lead Source, which is the reverse of the requirement.
Topics
Community Discussion
No community discussion yet for this question.