OpportunityShare
Controls sharing settings for opportunity records, defining user access levels.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the opportunity share record. | |
| OpportunityId | String | True |
Opportunity.Id |
Reference to the opportunity being shared. |
| UserOrGroupId | String | True |
ID of the user or group granted access to the opportunity. | |
| OpportunityAccessLevel | String | True |
Level of access granted to the user or group for the opportunity, such as Read or Edit. | |
| RowCause | String | True |
Reason why access to the opportunity was granted, such as rule or manual sharing. | |
| LastModifiedDate | Datetime | True |
Date and time when the opportunity share record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the opportunity share record. |
| IsDeleted | Boolean | True |
Indicates whether the opportunity share record has been deleted. |