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
SFDC@ErrorSFDC@Error 

update related task owner when parent owner change

Hi All
How can i change task owner when i am chnaging parent ownership.
I have a object let say Case and its having 3 task which is assigned to case onwers manager.When i will chnage case onwer how can i update thta assined task to current case owners manger.
karthikeyan perumalkarthikeyan perumal
Hello, 

This is much possible with the new Processes in Salesforce. 
Go to Setup | Create | Workflows & Approvals | Process Builder
   Follow These setps.,

Step1: 

Select Object " Case" and add the Criteria like below and save. 

User-added image

Step 2: 

from IMMEDIATE ACTIONS you have to select update records, you should select Record Case.[Task] like below  then assign the value to new owner.

User-added image

hit save and activate process builder and check with your records. 

hope this will help you. 

Thanks
karthik