OpportunityPartner
Stores details of business partners associated with an opportunity, tracking partnership involvement.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the opportunity partner record. | |
| OpportunityId | String | True |
Opportunity.Id |
Reference to the opportunity associated with the partner. |
| AccountToId | String | True |
Account.Id |
Reference to the partner account involved in the opportunity. |
| Role | String | True |
Describes the role of the partner in relation to the opportunity. | |
| IsPrimary | Boolean | True |
Indicates whether this partner is designated as the primary partner. | |
| CreatedDate | Datetime | True |
Date and time when the opportunity partner record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the opportunity partner record. |
| LastModifiedDate | Datetime | True |
Date and time when the opportunity partner record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the opportunity partner record. |
| SystemModstamp | Datetime | True |
System timestamp used for tracking changes and replication. | |
| IsDeleted | Boolean | True |
Indicates whether the opportunity partner record has been deleted. | |
| ReversePartnerId | String | True |
Reference to the related partner record representing the reverse relationship. |