Salesforce Certified Industries CPQ Developer — Question 37
A developer needs to make sure that when gold SLA customers order an installation service product, the installation service product's service-level attribute is set to "Full Service."
Which type of rule should the developer use to meet this requirement?
Answer options
- A. A context rule with a context dimension that invokes a function to modify attributes on the line item with a context mapping on Account.SLA
- B. An advanced rule of type Eligibility that includes an entity filter on Account.SLA and a product relationship of type Auto Add
- C. A context rule with a context mapping that evaluates the Account.SLA and a function to modify attributes
- D. An advanced rule of type Configuration that includes an entity filter on Account.SLA and a product relationship of type Modify Attributes
Correct answer: D
Explanation
The correct choice is D because an advanced rule of type Configuration allows the developer to set specific attributes based on the SLA tied to the account, ensuring the required service-level attribute is applied. Options A and C involve context rules that don't directly address the modification of attributes in this scenario, while option B does not focus on modifying attributes but instead on eligibility criteria.