AccountContactRole
Tracks the roles that contacts play within accounts, helping to define relationships in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the AccountContactRole record. | |
| IsDeleted | Boolean | True |
Indicates whether the AccountContactRole record has been deleted. | |
| CreatedDate | Datetime | True |
The date and time when the AccountContactRole was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the AccountContactRole record. |
| LastModifiedDate | Datetime | True |
The date and time when the AccountContactRole was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the AccountContactRole record. |
| SystemModstamp | Datetime | True |
Timestamp for the last system update to the AccountContactRole record. | |
| AccountId | String | False |
Account.Id |
ID of the account associated with this role. |
| ContactId | String | False |
Contact.Id |
ID of the contact associated with this role. |
| Role | String | False |
Describes the contact's role in relation to the account, such as decision maker or influencer. | |
| IsPrimary | Boolean | False |
Indicates whether the contact is the primary contact for the account. |