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
hoagieryderhoagieryder 

Dynamic Pricebook

I am trying to develop a dynamic pricebook within opportunities. Our company has set prices for products, but they vary depending on the Total Assets of our clients. Total Assets is a field that we have populated for all accounts. Ideally, when a user adds products to an Opportunity I want the prices to be generated according to the Total Assets of the client (ie. If TA >100,000 then $5000 else $4500). Eventually, we would like the user to click a button and have a proposal generated in Word with a list of all of the products. I am obviously at the earliest stage of development and was curious if anyone had any good approaches to accomplishing this. As of now, I am steering towards a custom visualforce page, but wonder if there is a better way. Thanks in advance.