I have a field called total amount in salesforce, which is price * quantity * (1-discount) and I want to play around with discount and quantity to see the different total amounts . How can I make the total amount field dynamic based on the values entered in the quantity and discount ?
These values are on the quote level where I go to line items and add products and play with the price and quantity of the different products. Ideally it would be nice to see the total final price too . How do i achieve this ?
I tried to create a javascript button but was not able to select that in my layout