EventFeed
Captures Chatter activity, including posts and updates, related to Event records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the event feed item. | |
| ParentId | String | True |
Event.Id |
ID of the event record this feed item is related to. |
| Type | String | True |
Type of feed item, such as text post, content share, or link. | |
| CreatedById | String | True |
ID 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification date. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes the feed item has received. | |
| Title | String | True |
Title or subject line of the feed item, if applicable. | |
| Body | String | True |
Main text body or message content of the feed item. | |
| LinkUrl | String | True |
URL included in the feed item, if any. | |
| RelatedRecordId | String | True |
ID of a related record that the feed item references. | |
| ContentData | String | True |
Content data embedded within the feed item, such as file content. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the attached file or content item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the content attached to the feed item. | |
| ContentSize | Int | True |
Size of the attached content in bytes. | |
| InsertedById | String | True |
ID of the user or process that inserted the feed item. |