ReportFeed
Captures Chatter activity, including posts and updates, related to Report records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item associated with a report. | |
| ParentId | String | True |
Report.Id |
Identifier of the report that this feed item is linked to. |
| Type | String | True |
Specifies the type of feed item, such as a post, file, or link. | |
| CreatedById | String | True |
Identifier 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 from the system. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to the feed item. | |
| CommentCount | Int | True |
Total number of comments on the feed item. | |
| LikeCount | Int | True |
Total number of likes the feed item has received. | |
| Title | String | True |
Title or headline for the feed item, if applicable. | |
| Body | String | True |
Main content or message of the feed post. | |
| LinkUrl | String | True |
URL shared within the feed item, linking to internal or external content. | |
| RelatedRecordId | String | True |
Identifier of another record referenced within the feed item. | |
| ContentData | String | True |
Encoded content of any file attached to the feed item. | |
| ContentFileName | String | True |
Name of the file uploaded with the feed item. | |
| ContentDescription | String | True |
Description of the attached file or content for context. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file, such as application/pdf or image/png. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
Identifier of the user or process that inserted the feed item into the report's feed. |