AccountShare
Controls access and sharing settings for Account records, defining who can view or edit them.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the account sharing record. | |
| AccountId | String | True |
Account.Id |
ID of the account being shared. |
| UserOrGroupId | String | True |
ID of the user or group the account is shared with. | |
| AccountAccessLevel | String | True |
Level of access granted to the account (such as Read or Edit). | |
| OpportunityAccessLevel | String | True |
Level of access granted to opportunities related to the account. | |
| CaseAccessLevel | String | True |
Level of access granted to cases related to the account. | |
| ContactAccessLevel | String | True |
Level of access granted to contacts related to the account. | |
| RowCause | String | True |
The reason or mechanism behind the account sharing, such as a sharing rule or manual sharing. | |
| LastModifiedDate | Datetime | True |
Timestamp for when the sharing record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified this sharing record. |
| IsDeleted | Boolean | True |
Indicates whether the sharing record has been deleted. |