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
Anudeep DaliboyinaAnudeep Daliboyina 

Record Updation

I am trying to update the corresponding parent record from child using process builder. But it says created and edited in it. I want parent record to update only when the child record is edited. I have also hit a roadblock to select the corresponding parent record. I want only that particular parent record to update when this child is updated. 

Here parent is the contact and 
Child is duplicate_contact. Please check and help
Best Answer chosen by Anudeep Daliboyina
RKSalesforceRKSalesforce
Hi Anudeep,

There is no option to update parent record to update only when the child record is edited. I would suggest you other way to achieve this by using APEX option in Add Action step of creating process builder. In Condition Section you can put on change of your field. In your Apex you can your logic to update parent.
If you are open for other options then Trigger is also option.

Please mark as best answer if helped.

Regards,
Ramakant