AssetFeed
Logs Chatter activity, including posts and updates, related to Asset records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the asset feed item. | |
| ParentId | String | True |
Asset.Id |
ID of the related asset record that this feed item is associated with. |
| Type | String | True |
Type of the feed item, such as TextPost, ContentPost, or LinkPost. | |
| CreatedById | String | True |
ID of the user who created the feed post. | |
| 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 for the last change to the feed item. | |
| CommentCount | Int | True |
Total number of comments on this feed post. | |
| LikeCount | Int | True |
Total number of likes this feed item has received. | |
| Title | String | True |
Title of the feed post, typically used for link or content posts. | |
| Body | String | True |
Text body or content of the feed item. | |
| LinkUrl | String | True |
URL shared in the feed item, used for link-type posts. | |
| RelatedRecordId | String | True |
ID of a record that is related to the feed item, such as a case or opportunity. | |
| ContentData | String | True |
Base64-encoded binary data for an attached file in the feed post. | |
| ContentFileName | String | True |
Name of the file attached to the feed post. | |
| ContentDescription | String | True |
Description of the content or file attached to the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the file attached to the feed post, such as application/pdf or image/png. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
ID of the user who originally inserted the feed item, which may differ from the creator if inserted via automation. |