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 | False |
Opportunity.Id |
Reference to the opportunity associated with the partner. |
| AccountToId | String | False |
Account.Id |
Reference to the partner account involved in the opportunity. |
| Role | String | False |
Describes the role of the partner in relation to the opportunity. | |
| IsPrimary | Bool | False |
Indicates whether this partner is designated as the primary partner. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the opportunity partner record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the opportunity partner record. |
| IsDeleted | Bool | True |
Indicates whether the opportunity partner record has been deleted. | |
| ReversePartnerId | String | True |
Reference to the related partner record representing the reverse relationship. | |
| 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 |
System timestamp used for tracking changes and replication. | |
| LastModifiedDate | Datetime | True |
Date and time when the opportunity partner record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the opportunity partner record was created. |