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 | False |
Account.Id |
ID of the primary account in the partner relationship. |
| AccountToId | String | False |
Account.Id |
ID of the related partner account. |
| OpportunityId | String | False |
Opportunity.Id |
ID of the opportunity associated with this partner relationship, if any. |
| Role | String | False |
The role this partner account plays in the relationship. | |
| IsPrimary | Bool | False |
Indicates whether this partner relationship is marked as the primary one. | |
| CreatedById | String | True |
User.Id |
ID of the user who created this partner relationship. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified this partner relationship. |
| IsDeleted | Bool | True |
Indicates whether this partner relationship has been deleted. | |
| ReversePartnerId | String | True |
ID of the corresponding partner relationship in the reverse direction. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp for when the system last modified this record. | |
| LastModifiedDate | Datetime | True |
Date and time when this partner relationship was last modified. | |
| CreatedDate | Datetime | True |
Date and time when this partner relationship was created. |