
Hi,
I have noticed that for every opportunity some tax, pre-freight amount, etc gets added to the product line items total. How can I add another custom amount to this total like 'testing charges'.
Attached is the screenshot, I would like to add few more custom charges to the total. Any suggestions for the same would be highly appreciated.
*This post is locked for comments
I have the same question (0)So it comes out to be that Total Amount field gets updated automatically by OOB server side code and not editable. Rather I used my own custom field, to which this total amount adds up(using JavaScript).
I have created a real-time workflow. Once the opportunity is closed, this workflow picks the new 'total' from my custom field and updates this to the Estimated Value field, which I then use in my corresponding reports. It is also worthy to note that workflow will only be possible to update 'Estimated Value field', if the opportunity is user calculated and not system calculated.
Hope that helps someone out there!