Salesforce Administrator — Question 558
The administrator at Universal Containers has a screen flow that helps users create new leads. When Lead Source is "Search Engine", the administrator needs to require the user to choose a specific search engine from a picklist. If Lead Source is not "Search Engine", this picklist should be hidden.
How should the administrator complete this requirement?
Answer options
- A. Create a picklist for Specific Search Engine, and set conditional visibility so that it is only shown when Lead Source is "Search Engine".
- B. Configure a picklist for Specific Search Engine, and use a validation rule to conditionally show only when Lead Source is "Search Engine".
- C. Use an assignment element, one for when Lead Source is "Search Engine" and one for everything else.
- D. Assign a decision element to direct the user to a second screen to hold Specific Search Engine only when Lead Source is "Search Engine".
Correct answer: D
Explanation
The correct answer is D because it allows the flow to direct the user to a dedicated screen specifically for the 'Specific Search Engine' picklist, ensuring that it is only presented when the Lead Source is 'Search Engine'. This method maintains a clean user experience by hiding the picklist in all other scenarios. The other options either do not adequately fulfill the requirement or introduce unnecessary complexity.