Salesforce Certified CPQ Specialist — Question 29

The Products sold by Universal Containers (UC) have a Product Family of Hardware or Software. Each Quote should only contain one of the Product Families. At the time of Quote creation, the sales rep is required to populate a custom picklist with the API name Family__c with values of Hardware or Software.
If the sales rep selects Hardware for the Family__c field, the rep should only be able to add Products with the Product Family of Hardware to the Quote. The same premise applies for the value Software for the Family__c field.
How should the Admin meet this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because it establishes a search filter that links the Product Family to the Family__c picklist selection, ensuring that only relevant products can be added to the Quote. Option B does not correctly filter based on the selected Family__c value, while option C incorrectly targets the Quote instead of the Product. Option D also targets the Quote but does not properly set the conditions needed for filtering based on the Family__c field.