CaseFeed
Captures Chatter activity, including posts and updates, related to case records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the case feed item. | |
| ParentId | String | True |
Case.Id |
ID of the case this feed item is associated with. |
| Type | String | True |
Specifies the type of feed item, such as text post, link, or file upload. | |
| CreatedById | String | True |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | True |
Date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted (true) or not (false). | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
Timestamp of the most recent system update to the feed item. | |
| CommentCount | Int | True |
Total number of comments associated with this feed item. | |
| LikeCount | Int | True |
Total number of likes this feed item has received. | |
| Title | String | True |
Title of the feed item, if applicable. | |
| Body | String | True |
Main content or message of the feed item. | |
| LinkUrl | String | True |
URL link included in the feed item, if applicable. | |
| RelatedRecordId | String | True |
ID of a record related to this feed item, such as a task or event. | |
| ContentData | String | True |
Base64-encoded content data attached to the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the attached file or content in the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the file or content included in the feed item. | |
| ContentSize | Int | True |
Size of the attached content in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item into the feed, which could differ from the creator in automated processes. |