Practice Exam: Sales Cloud Consultant #1
65 complete questions for Salesforce Sales Cloud Consultant exam preparation.
A manufacturing company has three sales divisions, each with a different sales cycle. Representatives in each division need to see only the opportunity stages relevant to their line of business. What is the recommended approach to implement this requirement in Sales Cloud?
Category: Solution Design
Explanation
Detailed breakdown of the correct answer
Solution Design with Record Types and Sales Process
In Sales Cloud, the standard way to support multiple sales processes is through Record Types on the Opportunity object, where each Record Type is associated with a Sales Process that defines specific stages and probabilities. This allows each division to see only relevant stages without complex automation.
Therefore, the correct answer is: Create multiple Record Types on the Opportunity object, each associated with a different Sales Process that defines the appropriate stages.
The option that says: Create a single sales process and use validation rules to restrict stages based on user profile is incorrect because validation rules don't filter visible picklist options; they only block saving after selecting a disallowed value.
The option that says: Create three separate Lightning apps with different page layouts for each division is incorrect because Lightning Apps control navigation and tabs, not the sales process stages.
The option that says: Create formula fields that dynamically display the correct stages based on the user's division is incorrect because formula fields are read-only and cannot replace the standard Stage field.