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
Aam MAam M 

update account field based on contact field

I've a Contact email address. Whenever I add Contact's email. ITs email should be updated in account's Email. How to achiev this by configuration or customization?
Best Answer chosen by Aam M
Hanif.BabarHanif.Babar
You can configure it with the help of below screen shot. Explorer is  the contact object. I have set following on contact object

1. Criteria : When email is changed. (The process builder will fire)
2. When 1 return ture it will run action
3. Action : Update related record of Account Id, (Make sure you would not be selected Account Id >) and update email with contact email

User-added image

All Answers

Hanif.BabarHanif.Babar
You achieve this by configuration through process builder.
Aam MAam M
I'm unable to that getting confused.. If you'd help me in the steps it would be grateful.
Hanif.BabarHanif.Babar
You can configure it with the help of below screen shot. Explorer is  the contact object. I have set following on contact object

1. Criteria : When email is changed. (The process builder will fire)
2. When 1 return ture it will run action
3. Action : Update related record of Account Id, (Make sure you would not be selected Account Id >) and update email with contact email

User-added image
This was selected as the best answer
Aam MAam M
Thanks @mhb.,  Can you help me in this requirement?

https://developer.salesforce.com/forums/ForumsMain?id=9060G0000005Nu3QAE