Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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.
Associated Objects
This object has these associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.
- AccountContactRelationChangeEvent (API version 59.0)
- Change events are available for the object.