Represents a sharing entry on a Case.
create(), update(), delete(), describeSObjects(), query(), retrieve()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| CaseAccessLevel | picklist | Filter | Level of access that the User or Group has to the Case. The possible values are: This field must be set to an access level that is higher than the organization’s default access level for cases. |
| CaseId | reference | Filter | ID of the Case associated with this sharing entry. This field cannot be updated. For information on IDs, see ID Field Type. |
| IsDeleted | boolean | Defaulted on create | Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted. |
| RowCause | picklist | Filter | Reason that this sharing entry exists. Read-only. Values may
include:
|
| UserOrGroupId | reference | Filter | ID of the User or Group that has been given access to the Case. This field cannot be updated. |
This object allows you to determine which users and groups can view and edit Cases owned by other users. For more information, see Sharing.
If you attempt to create a new record that matches an existing record, the create() call updates any modified fields and returns the existing record.