QuoteFeed
Captures Chatter activity, including posts and updates, related to Quote records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item related to a quote. | |
| ParentId | String | True |
Quote.Id |
Identifier of the quote record that this feed item is associated with. |
| Type | String | True |
Specifies the type of feed item, such as a text post, link, or content share. | |
| 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 update to the feed item. | |
| CommentCount | Int | True |
Total number of comments associated with this feed item. | |
| LikeCount | Int | True |
Total 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 content or message body of the feed item. | |
| LinkUrl | String | True |
URL of any external or internal link shared in the feed item. | |
| RelatedRecordId | String | True |
Identifier of a related record referenced in the feed item. | |
| ContentData | String | True |
Encoded binary data of the file attached to the feed item. | |
| ContentFileName | String | True |
File name of the content attached to the feed item. | |
| ContentDescription | String | True |
Description of the file or content included in the feed item. | |
| ContentType | String | True |
MIME type of the attached file, such as application/pdf or image/jpeg. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
Identifier of the user or process that inserted the feed item, which may differ from the creator. |