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
Himanshu Patel 46Himanshu Patel 46 

How to configure on-off markup price using CPQ price rule formula?

Hi, 
Currently I am struggling to find a configurable solution for my CPQ project. Can anyone guide me?

We have few types of payroll products i.e.  Monthly , weekly, Fortnightly. 
Each payrol product costs an amount. So sales rep has to change the quantity and total will be calcuated for processing each type of payroll. 

However we also charge [employee number * processing charge for each employee] on top of above net. 

I have already cofigured the product as "Cost" and for each, in price rule the forumula on "Markup(amount)" field would be (employee_number *  0.50). 

The issue is Markup is added as Quantity * Markup(Amount). 

So the net total would be [Quantity * cost for each processing]  +  ([Markup(amount)]* quantity)

Any idea how to resolve this?  
 
NagendraNagendra (Salesforce Developers) 
Hi,

May I suggest you to have a separate SKU for the processing charge, where qty = number of employees and price = maximum charge per employee; then you can attach a discount schedule if the per-unit gets cheaper at certain thresholds?

Regards,
Nagendra