AccountFeed
Captures Chatter feed updates, including posts, comments, and interactions related to Account records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the AccountFeed record. | |
| ParentId | String | True |
Account.Id |
ID of the account record that this feed item is associated with. |
| Type | String | True |
Type of feed item, such as text post, link, or content attachment. | |
| CreatedById | String | True |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | True |
The date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted. | |
| LastModifiedDate | Datetime | True |
The date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update for the feed item. | |
| CommentCount | Int | True |
The number of comments associated with this feed item. | |
| LikeCount | Int | True |
The number of likes this feed item has received. | |
| Title | String | True |
Title of the feed item, typically used for link or file posts. | |
| Body | String | True |
Main content or message of the feed item. | |
| LinkUrl | String | True |
URL of a link shared in the feed item, if applicable. | |
| RelatedRecordId | String | True |
ID of a related Salesforce record linked to this feed item. | |
| ContentData | String | True |
Base64-encoded file data associated with this feed item, if a file was uploaded. | |
| ContentFileName | String | True |
Name of the file attached to this feed item. | |
| ContentDescription | String | True |
Description of the file content attached to the feed item. | |
| ContentType | String | True |
MIME type of the attached file, such as image/png or application/pdf. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item on behalf of another user or process. |