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 |
ID of the user who created the feed comment. | |
| CreatedDate | Datetime | False |
Date and time when the feed comment was created. | |
| CommentBody | String | False |
Text content of the comment. | |
| IsDeleted | Boolean | 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. |