EntitySubscription
Tracks Chatter subscriptions, allowing users to follow records and receive updates.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the entity subscription. | |
| ParentId | String | False |
ID of the record (entity) that is being followed. | |
| SubscriberId | String | False |
User.Id |
ID of the user who is following the record. |
| CreatedById | String | True |
ID of the user who created the entity subscription. | |
| CreatedDate | Datetime | True |
Date and time when the entity subscription was created. | |
| IsDeleted | Boolean | True |
Indicates whether the entity subscription has been deleted. |