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
Mister.YuMister.Yu 

How to add "Qty Over 30" price to price book?

Hi all,

 

I am new to this community. Maybe my qeustion has been asked before, or it's the wrong place to be. please be easy to me. i m new.

 

My client wants to have a opportunity product which has the field of "Price of Quantity Below 30" and "Price of Quantity Over 30", i can add these custom fields to the object.

 

but how do i put these fields to the view where after user choose products from opportunity and enter the quantity? i want to list not just "List Price" over there, but also these two fields on each line item.  is that possible?

 

thanks so much in advance.

 

yudhvirmoryudhvirmor

I think best approach will be get discount % your customer is offering when quantity is more than 30. Discount % is a standard field on Opportunity product and you can use it. Then, you can write simple validation rule to enforce users to select no discount when Quantity is less than 30. I hope it helps.