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
Heena PatelHeena Patel 

Link a case based on a defined "Problem"

Can an object be created to link a case to other related cases based on a custom field, "Problem" which would be the common factor between the cases. Then any related case with the same problem could be displayed in the related cases. The idea is to group cases together based on a common problem faced by multiple customers.
John Pipkin 14John Pipkin 14
Heena, 

This would best be accomplished using a visualforce page or lightning component on the case layout to display the list of related cases with the same value in the "Problem" field. The related cases list deals with the Parent Case field. 

Thanks
Rahul Chaudhary OfficialRahul Chaudhary Official
On case there is a field ParentCase .... So cases can be linked with the help of that.
Heena PatelHeena Patel
Thank you