• Kathy L
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I'm having troubles getting the Relationships related list to show in a visualforce page. Here is what I have:

 
<apex:page standardController="campaign"  showHeader="false" >
<!--REPEAT STARTS -->
    <apex:repeat value="{!campaign.CampaignMembers}" var="cm" >
 
<!--Plenty of other code in between, but that is irrelevant-->
 
<apex:relatedList subject="{!cm.ContactID}" list="Relationships" title="Relationships"/>
</apex:page>
 
Any help is greatly appreciated!
 
Kathy L.