FeedItem
Represents Chatter posts, including status updates, file shares, and record interactions.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the feed item. | |
| ParentId | String | False |
ID of the parent record the feed item is associated with. | |
| ParentIdType | String | False |
Specifies the type of the 'ParentId' polymorphic field to use in the statement. | |
| ParentIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| Type | String | False |
Type of the feed item, such as TextPost, ContentPost, or LinkPost. | |
| CreatedById | String | False |
User.Id |
ID 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 | |
| CreatedDate | Datetime | False |
Date and time when the feed item was created. | |
| IsDeleted | Bool | True |
Indicates whether the feed item has been deleted. | |
| Revision | Int | False |
Field containing Revision information. | |
| LastEditById | String | False |
User.Id |
ID of the LastEditBy associated with this record. |
| LastEditDate | Datetime | False |
Date associated with LastEdit. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes associated with the feed item. | |
| Title | String | False |
Title of the feed item, typically used for content or link posts. | |
| Body | String | False |
Text content or message body of the feed item. | |
| LinkUrl | String | False |
URL included in the feed item if it contains a link. | |
| IsRichText | Bool | False |
Indicates whether the content contains rich text formatting. | |
| RelatedRecordId | String | False |
ID of a record referenced or mentioned in the feed item. | |
| InsertedById | String | True |
User.Id |
ID of the user who inserted the feed item, often used for system-generated posts. |
| 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. |
| HasContent | Bool | True |
Indicates whether the record has Content. | |
| HasLink | Bool | True |
Indicates whether the record has Link. | |
| HasFeedEntity | Bool | True |
Indicates whether the record has FeedEntity. | |
| HasVerifiedComment | Bool | True |
Indicates whether the record has VerifiedComment. | |
| IsClosed | Bool | True |
Indicates whether the record is closed. | |
| Status | String | False |
Status of the record. | |
| 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 for tracking the last modification. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. |