When adding products to an opportunity, there is a line for 'manual discount'
which is a dollar amount. I would like to change that to a percentage and
have the system calculate the 'extended amount' by multiplying the 'Amount
($)' by the manual discount percentage (instead of by subtracting the 'manual
discount ($) from the 'Amount ($)'

Does anyone know how I can do this?

Thanks
Garnet

RE: changing the manual discount to a percentage in Opportunity Produc by imumar

imumar
Mon Nov 05 01:46:02 PST 2007

Hi,
You can customize it. First create a new custom field. Add it on form. Then
using JScript in onChange of that field you can calculate the discount and
deduct it from total amount.
Hide the existing discount field.

--
PLEASE do click on Yes or No button if this post is helpful or not for our
feedback.

uMar Khan :: Freelance Consultant
Email Contact :: imumar at gmail dot com


"Garnet" wrote:

> When adding products to an opportunity, there is a line for 'manual discount'
> which is a dollar amount. I would like to change that to a percentage and
> have the system calculate the 'extended amount' by multiplying the 'Amount
> ($)' by the manual discount percentage (instead of by subtracting the 'manual
> discount ($) from the 'Amount ($)'
>
> Does anyone know how I can do this?
>
> Thanks
> Garnet