AccountPartner
Stores partner relationships associated with accounts, helping to track business partnerships.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the account partner relationship record. | |
| AccountFromId | String | True |
Account.Id |
ID of the primary account in the partner relationship. |
| AccountToId | String | True |
Account.Id |
ID of the related partner account. |
| OpportunityId | String | True |
Opportunity.Id |
ID of the opportunity associated with this partner relationship, if any. |
| Role | String | True |
The role this partner account plays in the relationship. | |
| IsPrimary | Boolean | True |
Indicates whether this partner relationship is marked as the primary one. | |
| CreatedDate | Datetime | True |
Date and time when this partner relationship was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created this partner relationship. |
| LastModifiedDate | Datetime | True |
Date and time when this partner relationship was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified this partner relationship. |
| SystemModstamp | Datetime | True |
Timestamp for when the system last modified this record. | |
| IsDeleted | Boolean | True |
Indicates whether this partner relationship has been deleted. | |
| ReversePartnerId | String | True |
ID of the corresponding partner relationship in the reverse direction. |