Salesforce Certified CPQ Specialist — Question 31
Universal Containers provides a discount for an enterprise-level customer if a single line’s Net Price is above a certain threshold. The Admin has set up a Price Rule with a reference to a custom formula field on the Price Condition to apply the discount automatically. The user has to click Calculate twice for the discount to apply.
What is the most likely cause of the issue?
Answer options
- A. The Evaluation Scope of the Price Rule is set incorrectly to fire on the Configurator, so the Price Rule fires the Configure Products page.
- B. The referenced formula field contains information that has yet to be calculated, so the Price Rule fires the second time it’s evaluated.
- C. The use of formula fields in Price Conditions is unsupported, so the Price Rule fires and returns an error the first time.
- D. The referenced formula field contains date/time data information that is unsupported, so the Price Rule fires sporadically.
Correct answer: B
Explanation
The correct answer is B because the formula field likely requires certain calculations to be completed before it can return a valid value, prompting the Price Rule to evaluate again for the discount to apply. Options A and C are incorrect as they do not address the timing of data calculations, while D incorrectly attributes the problem to unsupported date/time data, which is not the primary cause here.