Salesforce Certified CPQ Specialist — Question 191
The sales manager at Universal containers wants to ensure that bundles:
• Cannot be reconfigured when a Renewal Quote is created.
• Allow sales reps to configure bundles only on new or amendment quotes.
What should the CPQ specialist co to meet these requirements?
Answer options
- A. Ensure SBQQ__ReconfigurationDisabled__c is set to TRUE on the Bundle product.
- B. Create a Custom Action Condition on the Reconfigure Line custom action where SBQQ__Type__c is equal to "Renewal".
- C. Create a Custom Action Condition on the Reconfigure Line custom action where SBQQ__Type__c is not equal to "Renewal".
- D. Ensure SBQQ__ReconfigurationDisabled__c is set to "Disabled" on the Bundle product.
Correct answer: C
Explanation
The correct answer is C because creating a Custom Action Condition where SBQQ__Type__c is not equal to 'Renewal' allows bundling to be configured only on new or amendment quotes, thus meeting the requirement. Option A would disable reconfiguration entirely, which is not what is needed. Option B allows reconfiguration on renewal quotes, which contradicts the requirement, and option D also does not align with the need to restrict reconfiguration on renewal quotes.