Salesforce Certified CPQ Specialist — Question 214
Universal Containers requires a specific level of approval 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 update a field used to flag this Quote Line for approval. The user has to click Calculate twice for the field to update.
What is the most likely cause of the issue?
Answer options
- A. The referenced formula field contains information that has yet to be calculated, so the Price Rule fires the second time it is evaluated.
- B. The Evaluation Scope of the Price Rule is set incorrectly to fire on the Configurator, so the Price Rule fires on the Configure Products page.
- C. The referenced formula field contains date/time data information that is unsupported, so the Price Rule fires sporadically.
- D. The use of formula fields in Price Conditions is unsupported, so the Price Rule fires and returns an error the first time.
Correct answer: D
Explanation
The correct answer is D because formula fields are not supported in Price Conditions, which means any attempt to use them will result in errors during the first evaluation. Options A, B, and C suggest issues that do not align with the known limitations of Price Rules and formula fields in this context.