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
sfdcpqsfdcpq 

Parent Case update when sub case cancelled

I have a workflow that updates the status of parent case (pick list) when sub case is updated. I need to update the parent case when sub case got cancelled. Do I have to do it with process builder?
Not able to find way to update existing workflow.
Rule Criteria :(Case: Sub case updatedequalsTrue)
Immediate Workflow Actions : TypeDescription Field Update : Change Status to processing
CharuDuttCharuDutt
Hii SFDCPQ
Try Below Steps For Process Builder
1: Go To Setup>Process Builder>New
2: Give Name To Your Process And Select Start Process When Record Changes
3: In Add Object Select Object Case
4: Add Criteria Give Name To The Criteria In Set Condition Section From Fields Select Status Equal Cancelled Click Save
5: Now In Immediate Action GIve Name To Your Action  Select Action Type Update Record
6:From Record  List Select Parent Case Id The One Which Don't Have '>'
7: In Set New Field Values For The Records You Update Section  Select The Field Your Want Update In Parent Record And Set the Value
Click Save And Activate. 

Please Mark It As Best Answer If It Helps
Thank You!

  
sfdcpqsfdcpq
Thank you. But I am stuck at step 4. There is no option to select sub case status to Cancelled. Only option is sub case update True/False