4.5K
How to fetch Contact details from Opportunity Contact Roles using SOQL in Salesforce?
SOQL QUERY:
SELECT Id, Opportunity.Name, Contact.Email, Contact.Name, Role, isPrimary FROM OpportunityContactRole Where OpportunityId =’OpportunityID’
Here:
OpportunityID – place the opportunity id
Opportunity Contact Role Output:
OpportunityContactRole Object Field Details: