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
Abhishek PurohitAbhishek Purohit 

How can I solve this?

There are 2 record types namely 'Case' & 'Problem Ticket'
There needs to be an association of problem ticket to case such that 1 problem ticket will have multiple cases.
When I close the problem ticket the associated cases needs to be closed with it
UC InnovationUC Innovation
Hi Abhishek,

I do something similar to this. You can create a lookup relationship from the case to its corresponding problem ticket. 
You can then make a flow to update the status of the cases depending on their parent problem ticket.

Hope this helps!

AM