CaseShare
Controls sharing settings for case records, defining user access levels.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case share record. | |
| CaseId | String | True |
Case.Id |
ID of the case that is being shared. |
| UserOrGroupId | String | True |
ID of the user or group who has been granted access to the case. | |
| CaseAccessLevel | String | True |
Level of access granted to the user or group for the case, such as Read or Edit. | |
| RowCause | String | True |
Reason why access was granted, such as manual sharing, owner-based sharing, or rule-based sharing. | |
| LastModifiedDate | Datetime | True |
Date and time when the sharing record was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the sharing record. |
| IsDeleted | Boolean | True |
Indicates whether the sharing record has been deleted (true) or not (false). |