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
Gargi ManjeeGargi Manjee 

Does re-parenting master detail record trigger any workflow or process or flow? Any thoughts!

Best Answer chosen by Gargi Manjee
Deepali KulshresthaDeepali Kulshrestha
Hi Gargi,

If you are changing the parent of one object it means you are updating the record of that object.
So if there is any trigger/flow/process builder made for the update condition then it will surely fire.

Otherwise, there isn't any issue.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com

All Answers

Danish HodaDanish Hoda
If the master is having Roll-up summary field, it will trigger WFs/PBs.
Deepali KulshresthaDeepali Kulshrestha
Hi Gargi,

If you are changing the parent of one object it means you are updating the record of that object.
So if there is any trigger/flow/process builder made for the update condition then it will surely fire.

Otherwise, there isn't any issue.

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com
This was selected as the best answer