function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mohammed AzarudeenMohammed Azarudeen 

Salesforce CPQ: Contracted Pricing is Not Overriding Pricing Rule Price

If a product has only a list price and contracted pricing for the product and particular account is setup, whenever the user is adding that product to the Quote under that particular account, the contracted pricing is affecting. But this is not happening when the Product price is updating from Price Rule instead of List Price.

So, am confused with the cpq quote price order of execution.

Am I missing anything or it is a bug in Salesforce CPQ?.
NagendraNagendra (Salesforce Developers) 
Hi Mohammed,

There's a few options here depending on the business need (just replying with one solution for now):

If the Contracted Price will always supersede the price rule(s): - Add a 'Price Condition': 
User-added image
This will ensure the Price Action will only fire if the 'Contracted Price' (API: SBQQ__ContractedPrice__c - Quote Line) is blank.

I'll stop there for now in case that resolves the issue but this is highly dependent on the complexity of the CPQ configuration.

Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra