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
esysoft esysoftesysoft esysoft 

Contact role number by Opportunity

Hello,

I retrieve a list of opportunity from SOQL,
SELECT OwnerId, StageName, Id FROM Opportunity
it returns 1200  results about, now i want to add for each line contact role number, is it possible to LEFT JOIN the 'OpportunityContactRole' table ?

How do you handle this?

Thank you