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
Anthony MossAnthony Moss 

Update Task status based on field change in parent record

Does anyone know if it's possible through declarative logic to update a task based on a field update in the parent (specifically opportunity) record? If not, can this be accompished with a trigger? Thanks for you help!
 
Saikishore Reddy AengareddySaikishore Reddy Aengareddy
I don't think this can be done through declarative logic. Trigger can accomplish your requirement.