You need to sign in to do that
Don't have an account?

Show Role in Contact's Opportunities related list
I have Contacts who sometimes have more than one role in an Opportunity, so they have more than one Opportunity Contact Role record. When I'm looking at their Contact page, the Opportunities related list shows the same Opportunity more than once -- it shows once for each Opportunity Contact Role that the Contact has. Is there any way to get the Opportunities related list to show the Opportunity only once, regardless of the number of Opportunity Contact Roles? If not, is there any way to get the related list to display the Role name? (I've looked, and I don't see any way to make that happen.)
Thanks!
Jeri,
To do this you would actually have to create a VF page and (potentially) override teh COntact View.
Apex Controller
VF Page
Hope this helps.
Jay
Thanks. I knew I could do this with Visualforce and Apex, but was hoping there was a more standard, code-free way of doing it.
Try this,
<apex:relatedList list="OpportunityContactRoles" />
Hope this is helpfull..:)
Thanks,
hitesh