Valid CPQ-Specialist Dumps shared by ExamDiscuss.com for Helping Passing CPQ-Specialist Exam! ExamDiscuss.com now offer the newest CPQ-Specialist exam dumps, the ExamDiscuss.com CPQ-Specialist exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CPQ-Specialist dumps with Test Engine here:
Universal Containters (UC) has a requirement to identify any quotes where a sales user has applied a discount to any options within a bundle. The admin created a price rule c their IsDiscounted__c custom quote field to IRUE. Conditions Met = All. Which two approaches must the admin create to ensure the price rule meets business requirements? Choose 2 answers
Correct Answer: B,C
Requirement Overview: * Identify any Quotes where a discount has been applied to options within a bundle. Solution Details: * B. Summary Variable: * Use a Summary Variable to check if any Quote Line within the bundle has a Discount > 0. * Configure the Max aggregation function to evaluate discounts. * C. Price Condition: * Add a condition to check if the Discount field (SBQQ__Discount__c) on a Quote Line is greater than 0. Steps to Configure: * Summary Variable: * Navigate to Summary Variables and create one with: * Target Object: Quote Line. * Aggregate Function: Max. * Aggregate Field: SBQQ__Discount__c. * Price Condition: * Add a condition to the Price Rule: * Object: Quote Line. * Field: SBQQ__Discount__c. * Operator: Greater Than. * Filter Value: 0. Validation: * Add bundle options with discounts to a Quote and verify that the rule identifies the discounted options.