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
RahulRahul 

Updating fresh Account fields with contact fields values when contact modified through lookup

Hi Friends. I have created a lookup on Account with contact to know which contact is Associated with which Accounts. Now the requirement is when I change the contact record for a particular Account from the Lookup, the Account field values should be updated with new Record values from contact as there is same fields on account and contact such as Name,Email, Phone;etc

Waiting for your help, Thanks in advance
Gururaj BGururaj B
This can be achieved using process builder. Create on Contact with criterion of update and check if the field that has to be updated on account is changed or not. If yes then have an action created to udpate the Account fields. Mark if it helped.