Closed ntregillus closed 6 years ago
It appears i need to use a junction record from this reference of the salesforce api: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_composite_junction_object.htm?search_text=contact
but I am not seeing how I create one of these with linq to sales force...
I'm an idiot. I missed the AccountId field. I'll talk to our salesforce guru to see how we are handling the many to many situation.
Description
I want to create a relationship between an Account and a Contact. Not sure how I add this relationship...
Repro steps
Step A: create an Account
Step B: create a contact
Step C: ?? how do i create the relationship??