You need to sign in to do that
Don't have an account?
Stephanie Boggs 17
apex class write to account from opp
Hello,
I have a VF page named "Contract Request" that is accessed from the Opportunity (standard object) and has input fields for both the Opp and the related Account (standard object). I need to be able to write back field updates to both the Opportunity and the related Account upon Save.
Let me know if there are any questions.
Thanks!
I have a VF page named "Contract Request" that is accessed from the Opportunity (standard object) and has input fields for both the Opp and the related Account (standard object). I need to be able to write back field updates to both the Opportunity and the related Account upon Save.
Let me know if there are any questions.
Thanks!
Page :
In prod, the account field data is being pulled into the VF page. The goal is to have it write back to the account if updated on the VF page. With the extension, it is no longer pulling in the existing field data, so I cannot see if it is updating.
It also seems like it is trying to create a new opportunity, when I want it to update the existing opportunity they pushed the button from.