Salesforce Certified CPQ Specialist — Question 211
An admin has created a text field Configuration Attribute for Bundle A. The admin wants the attribute to start with a dynamic value the moment the configuration page loads.
Which steps should the admin take to meet this requirement?
Answer options
- A. Create a text field on the Quote Line object with the same API name as the Configuration Attribute field. Create a Price Rule to target the Quote Line field to give it a value.
- B. Create a Flow to update the Product Option field that is used for the Configuration Attribute value. Set the process to trigger upon new record creation.
- C. Create a formula text field on the Quote, constructing the formula to return the desired default value. Update the Configuration Attribute Default Field to identify the Quote formula field.
- D. Create a Price Rule to target the Product Option field that is used for Configuration Attribute to give it a value. Ensure the end user selects Apply Rules in the Configurator.
Correct answer: C
Explanation
The correct answer is C because creating a formula text field allows the default value to be dynamically generated based on the formula. Options A and D involve Price Rules which do not initialize values at page load, while option B suggests using a Flow which is not necessary for setting a default value in this context.