FeedComment
Stores comments added to Chatter posts across Salesforce records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the feed comment. | |
| FeedItemId | String | False |
ID of the feed item the comment is associated with. | |
| ParentId | String | True |
ID of the parent record related to the feed comment. | |
| CreatedById | String | False |
User.Id |
ID of the user who created the feed comment. |
| 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 comment was created. | |
| 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. | |
| CommentBody | String | False |
Text content of the comment. | |
| IsDeleted | Bool | True |
Indicates whether the feed comment has been deleted. | |
| InsertedById | String | True |
User.Id |
ID of the user who inserted the comment, typically used for automated or system-generated entries. |
| CommentType | String | False |
Type of comment, such as text or tracked change. | |
| RelatedRecordId | String | False |
ID of a related record mentioned or referenced in the comment. | |
| IsRichText | Bool | False |
Indicates whether the content contains rich text formatting. | |
| IsVerified | Bool | True |
Indicates whether the record has the Verified characteristic. | |
| HasEntityLinks | Bool | True |
Indicates whether the record has EntityLinks. | |
| Status | String | False |
Status of the record. | |
| ThreadParentId | String | False |
FeedComment.Id |
ID of the ThreadParent associated with this record. |
| ThreadLevel | Int | False |
Field containing ThreadLevel information. | |
| ThreadChildrenCount | Int | False |
Number of ThreadChildren associated with this record. | |
| ThreadLastUpdatedDate | Datetime | False |
Date associated with ThreadLastUpdated. | |
| 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 |
Date and time when the record was last modified by a user or by an automated process. |