DashboardFeed
Captures Chatter activity, including posts and updates, related to Dashboards.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the dashboard feed item. | |
| ParentId | String | True |
Dashboard.Id |
ID of the dashboard record associated with this feed item. |
| Type | String | True |
Type of feed item, such as TextPost, LinkPost, or ContentPost. | |
| 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the feed item. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes associated with the feed item. | |
| Title | String | True |
Title of the feed item. | |
| Body | String | True |
Main content or body of the feed item. | |
| LinkUrl | String | True |
URL of the link included in the feed item, if applicable. | |
| RelatedRecordId | String | True |
ID of the related record linked within the feed item. | |
| ContentData | String | True |
Base64-encoded content of the attached file in the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the attached file in the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item, which may differ from the creator in automated cases. |