ContactShare
Controls sharing settings for Contact records, defining user access levels.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the contact share record. | |
| ContactId | String | True |
Contact.Id |
ID of the contact being shared. |
| UserOrGroupId | String | True |
ID of the user or group with whom the contact is shared. | |
| ContactAccessLevel | String | True |
Level of access granted to the shared contact, such as Read or Edit. | |
| RowCause | String | True |
Reason why the sharing record was created, such as manual 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). |