Partner
Tracks business partner relationships, linking them to accounts and opportunities.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the partner relationship record. | |
| OpportunityId | String | False |
Opportunity.Id |
ID of the related opportunity associated with the partner. |
| AccountFromId | String | False |
Account.Id |
ID of the account initiating the partnership. |
| AccountToId | String | False |
Account.Id |
ID of the partner account receiving the partnership. |
| Role | String | False |
Role assigned to the partner in the context of the opportunity. | |
| IsPrimary | Boolean | False |
Indicates whether this is the primary partner for the opportunity. | |
| CreatedDate | Datetime | True |
Date and time when the partner record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the partner record. |
| LastModifiedDate | Datetime | True |
Date and time when the partner record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the partner record. |
| SystemModstamp | Datetime | True |
System timestamp for the most recent update to the partner record. | |
| IsDeleted | Boolean | True |
Indicates whether the partner record has been deleted. | |
| ReversePartnerId | String | True |
Partner.Id |
ID of the corresponding reverse partner record for bidirectional relationships. |