SolutionFeed
Captures Chatter activity, including posts and updates, related to Solution records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item associated with a solution. | |
| ParentId | String | True |
Solution.Id |
Identifier of the solution record that this feed item is related to. |
| Type | String | True |
Type of feed item, such as a post, file, comment, or link. | |
| CreatedById | String | True |
Identifier 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 from the system. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the feed item. | |
| CommentCount | Int | True |
Number of comments associated with this feed item. | |
| LikeCount | Int | True |
Number of likes the feed item has received. | |
| Title | String | True |
Optional title or headline for the feed item. | |
| Body | String | True |
Main message or content body of the feed post. | |
| LinkUrl | String | True |
URL shared in the feed item, pointing to external or internal content. | |
| RelatedRecordId | String | True |
Identifier of another record that is referenced or linked in the feed item. | |
| ContentData | String | True |
Binary-encoded data for any content file attached to the feed item. | |
| ContentFileName | String | True |
Name of the file uploaded with the feed item. | |
| ContentDescription | String | True |
Description providing context about the attached file or content. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file, such as image/jpeg or application/pdf. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
Identifier of the user or automation that inserted the feed item, possibly different from the creator. |