Universal Containers has three different range discount schedules. All three have a reference to Product A through the objects shown below. Product A is an option in a bundle and has a list price of $100.

Given this scenario, what should the Net Total Price of Product A be if the user enters a Quantity of 15 on a quote where contracted pricing is applicable?
Correct Answer: B
Scenario Breakdown:
* Product A has a base list price of $100.
* A quantity of 15 is entered on the quote.
* Gold Hardware Maintenance Discount applies because contracted pricing is enabled.
* Discount for the quantity range (11-20) is 15% (as shown in the table).
Net Price Calculation:
* List Price = $100
* Discount = 15%
* Quantity = 15
* Net Total Price = $100 × 15 × (1 - 0.15) = $1,275.
Justification for Selected Discount:According to Salesforce CPQ guidelines, when contracted pricing applies, it takes precedence over other Discount Schedules. The Gold Discount Schedule is therefore applied.
Testing and Validation:Test the configuration using a sample quote to ensure the correct schedule is applied and the net total price matches the expected value.