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
LloydSLloydS 

Relationship List resulting in not valid name - pretty sure I've got the right name

I'm recreating a page layout in visualforce so I can make some sections dynamic based upon other field values. I've got about 10 relationship lists to display. Most are working without a problem. But there are a few that are resulting in the "not valid name" message.

 

The lists in question are: CaseComments, (Case) EmailMessages, (Case) Histories, and (Case) TeamMembers. I looked at the schema in Eclipse and took the relationship name from within Case Child Relationships. So i don't think I'm using the wrong name.

 

Anything else I could be doing wrong?