Dear all,
I want to override the Unit Price of Opportunity Product. The feild of Unit Price of Product is Disable. is ther any way to do so.
Regards,
Asif Fattah
hi,
Try this
1. create new custom field (type Money).
2. Add to the Form
3. Hide the price field ( using java script )
4. write java script code on the custom field change event to update the price field with new value;
Marwa Saleh