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
cmarz_1cmarz_1 

Automatically calculate Sell Price on Product

I don't want my sales people entering Product Price. I want it to be calculated based on a number of custom fields I have added to the product.  I can't figure out how to turn Sell Price into a formula field.  Anyone know how to do this?
JakesterJakester
Pretty sure you can't, but I'm guessing you could write a validation rule that doesn't allow the price to be different than the pricebook, or maybe write a workflow rule that fires if they don't match and then sets it to match.