Salesforce Certified CPQ Specialist — Question 217
Universal Containers sells a container management bundle with Product Options representing different service levels. The admin has created a Configuration Attribute for the bundle to let users specify the service level.
What should the admin do to limit the options in the bundle that are displayed to the user when a service level is selected?
Answer options
- A. Create a selection Product Rule that uses a Lookup Query to a custom object and shows or hides Product Options based on the service level.
- B. Create a validation Product Rule that uses a Lookup Query to a custom object and shows a message to the user when an inconsistent option is selected.
- C. Create a Price Rule that uses a Lookup Query and sets the quantity to zero for any Product Options that are mismatched with the selected service level.
- D. Create a filter Product Rule that uses a Lookup Query and shows the relevant Product Options for the selected service level.
Correct answer: A
Explanation
The correct answer is A because a selection Product Rule allows the admin to dynamically show or hide Product Options based on user input, in this case, the chosen service level. The other options do not limit the options displayed; B provides feedback on selection inconsistencies, C adjusts pricing rather than visibility, and D does not utilize the selection mechanism needed to show or hide options effectively.