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
deplaideplai 

VF Page with related case comments info

Is it possible to create a VF page on a case layout that shows the related case and it's comments?  And also if I wanted to make a comment, do it on the VF page and not need to click into the related case to do so?

Any help would be greatly appreciated.  Thanks.

vishal@forcevishal@force

If I am correct, you want to override your Case Detail page with a custom Visualforce page and on that page, you want to show Related Cases and Comments related list.

 

If that is the case, you can show the related items on your page using <apex:relatedList>

 

Not all the Objects are supported though. In such case, you can have a custom component and show it as a related list.