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
danilodanilo 

Update amount field in opportunity

Hi everybody!

 

I need to update the value in the opportunities, plus a value for a particular product that I created, the problem is that I can not change this value after you add a product, someone help me?

 

[google translate it for me :S] 

 

PS: Fields that Cannot Be Updated by Triggers:  Opportunity.amount*

[from documentation :(]

 

thanks in advanced! 

Best Answer chosen by Admin (Salesforce Developers) 
NaishadhNaishadh

Hi,

 

you cannot update amount field in opportunity page. It is calculated by SF internally. 

All Answers

NaishadhNaishadh

Hi,

 

you cannot update amount field in opportunity page. It is calculated by SF internally. 

This was selected as the best answer
danilodanilo

hum.. I understand.. =/

thank you!