-
Salesforce SOQL query for AccountContactRelation object
There is a standard junction object called AccountContactRelation which is seen when option for multiple accounts to single contact is enabled.
What query should be written to store the values in a Map?
I need the Contact id, Account id in a map. Or else, Contact id and the SObject.
Please help!
Log In to reply.