OpportunityFeed
Captures Chatter activity, including posts and updates, related to opportunity records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the opportunity feed item. | |
| ParentId | String | True |
Opportunity.Id |
Reference to the opportunity record this feed item is related to. |
| Type | String | True |
Type of the feed item, such as TextPost or ContentPost. | |
| 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 for the last update of the feed item. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes associated with the feed item. | |
| Title | String | True |
Title of the feed item, typically used for content-related posts. | |
| Body | String | True |
Main content or message body of the feed item. | |
| LinkUrl | String | True |
URL of any external link included in the feed item. | |
| RelatedRecordId | String | True |
ID of a related record referenced in the feed item, such as an attachment or task. | |
| ContentData | String | True |
Raw content data associated with the feed item, such as file data. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the file or content attached to the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file, such as image/png or application/pdf. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
ID of the user who inserted the feed item on behalf of another user or system. |