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_beginner7sfdc_beginner7 

How can I show cases related to an object on the case related list?

I have a custom object 'Object1' which is having 5 cases related to it .My requirement is if I open 1 case out of 5 then in that 1 case in related list I can see other 4 cases.
How can i implement it?
Niraj Kr SinghNiraj Kr Singh
Hi,

You should go eith custom development, Where you can create inline VF page / Lightning Component and add get the remaining cases from DB and display it as in related list.

Thanks
Niraj
sfdc_beginner7sfdc_beginner7
Hi Niraj,

If possible can you please provide any example.