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 |
User.Id |
Identifier of the user who created the feed item. |
| CreatedByIdType | String | False |
Specifies the type of the 'CreatedById' polymorphic field to use in the statement. | |
| CreatedByIdExternalFieldName | String | False |
Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| IsDeleted | Bool | True |
Indicates whether the feed item has been deleted from the system. | |
| 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. | |
| IsRichText | Bool | True |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | True |
Identifier of another record referenced or linked in the feed item. | |
| InsertedById | String | True |
User.Id |
Identifier of the user or process that inserted the feed item into the topic feed. |
| InsertedByIdType | String | False |
Specifies the type of the 'InsertedById' polymorphic field to use in the statement. | |
| InsertedByIdExternalFieldName | String | False |
Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| BestCommentId | String | True |
FeedComment.Id |
ID of the comment marked as the best comment. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp reflecting the most recent change to the feed item. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last updated. | |
| CreatedDate | Datetime | True |
Date and time when the feed item was created. |