TopicFeed
Captures Chatter activity, including posts and updates, related to Topic records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item associated with a topic. | |
| ParentId | String | True |
Topic.Id |
Identifier of the topic that this feed item is linked to. |
| Type | String | True |
Type of feed item, such as 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 |
Number of comments associated with this feed item. | |
| LikeCount | Int | True |
Number of likes received by this feed item. | |
| Title | String | True |
Optional title or subject line for the feed item. | |
| Body | String | True |
Main message content or description of the feed post. | |
| LinkUrl | String | True |
URL included in the feed item that links to external or internal content. | |
| RelatedRecordId | String | True |
Identifier of another record referenced or linked in the feed item. | |
| 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 providing context for the attached content or file. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached content, such as application/pdf or image/jpeg. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
Identifier of the user or process that inserted the feed item into the topic feed. |