TaskFeed
Captures Chatter activity, including posts and updates, related to Task records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item related to a task. | |
| ParentId | String | True |
Task.Id |
Identifier of the task record that this feed item is associated with. |
| Type | String | True |
Specifies the type of feed item, such as a post, comment, 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 updated. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the most recent change to the feed item. | |
| CommentCount | Int | True |
Total number of comments associated with this feed item. | |
| LikeCount | Int | True |
Total number of likes received by the feed item. | |
| Title | String | True |
Optional title or subject line of the feed item. | |
| Body | String | True |
Main message content or text body of the feed item. | |
| LinkUrl | String | True |
URL included in the feed item that links to internal or external content. | |
| RelatedRecordId | String | True |
Identifier of another record referenced or linked in the feed item. | |
| ContentData | String | True |
Binary-encoded data of any file attached to the feed item. | |
| ContentFileName | String | True |
File name of the content attached to the feed item. | |
| ContentDescription | String | True |
Description providing additional context about the attached file. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the file attached, 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, which might differ from the creator. |