I am trying to create a Visualforce page with a series of linked lists. I am trying to display the same linked lists that I have on a standard layout page. OpenActivities, ActivityHistories, Attachments, and CaseSolutions work fine.
However, when I try to add MailMessages, I get the following error.
Visualforce Error
"EmailMessages" is not a valid child relationship name for the Case entity
I can sort the work by getting EmailMessages using some soql, but I would really like it to be just a simple list.
Can anyone suggest what I can do wrong?
source share