Newer Version Available
AccountContactRelation
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Fields
| Field Name | Details |
|---|---|
| AccountContactRelationshipCurrency |
|
| AccountId |
|
| ContactId |
|
| EndDate |
|
| IsActive |
|
| IsDirect |
|
| Roles |
|
| StartDate |
|
Usage
Use this object to associate a single contact record to multiple account records so you can easily track the relationships between the people and businesses they work with.
When you insert a non-private contact in your org that associates a contact to multiple accounts, an AccountContactRelation is created and its validation rules, database insertion, and triggers are executed immediately after the contact is saved to the database. When you change a contact's primary account, an AccountContactRelation may be created or edited, and the AccountContactRelation validation rules, database changes, and triggers are executed immediately after the contact is saved to the database. See Order of Execution.