UserFeed
Captures Chatter activity, including posts and updates, related to User records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item associated with a user record. | |
| ParentId | String | True |
User.Id |
Identifier of the user record this feed item is linked to. |
| 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 modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the most recent update to the feed item. | |
| CommentCount | Int | True |
Number of comments that have been made on this feed item. | |
| LikeCount | Int | True |
Number of likes this feed item has received. | |
| Title | String | True |
Optional title or subject line for the feed post. | |
| Body | String | True |
Main message content or description posted in the feed item. | |
| LinkUrl | String | True |
URL shared in the feed item, pointing to internal or external resources. | |
| RelatedRecordId | String | True |
Identifier of another record mentioned or referenced in the feed post. | |
| ContentData | String | True |
Binary-encoded content of a file attached to the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the attached content, providing additional context. | |
| ContentType | String | True |
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 automation that inserted the feed item, which might differ from the creator. |