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
Sam KanSam Kan 

Related List Names for Emails and Case history in Visualforce

I am trying to embed our Visualforce page in Case Detail Page and then show the related list. I am not able to get the reference names for the related list "Emails", "Case History", "Case Comments".

 

I tried using "EmailMessages", "Casecomments" , etc but it doesn't seem to work

 

Does anybody know any solution for this. Why doesn't Salesforce have any documentation for these reference names???

 

Please help

 

 

Ron HessRon Hess

You can find these names in the WSDL

 

this is found under setup | App Setup | Develop | API

Rajesh ShahRajesh Shah
Where you able to create the related list of Case Comments and Case History? I too am trying to display there related list using the child relationship (CaseComments) but it gives an error.