Product2Feed
Captures Chatter activity, including posts and updates, related to Product2 records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the feed item related to a product. | |
| ParentId | String | True |
Product2.Id |
Identifier of the product (Product2) record that this feed item is associated with. |
| Type | String | True |
Type of feed item, such as text post, content share, 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. | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last updated. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the latest update to the feed item. | |
| CommentCount | Int | True |
Number of comments associated with the feed item. | |
| LikeCount | Int | True |
Number of likes the feed item has received. | |
| Title | String | True |
Title or subject of the feed item, if applicable. | |
| Body | String | True |
Main content or message body of the feed item. | |
| LinkUrl | String | True |
URL of the link shared in the feed item, if applicable. | |
| RelatedRecordId | String | True |
Identifier of a related record mentioned or linked in the feed item. | |
| ContentData | String | True |
Encoded content data for files shared in the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the file content shared in the feed item. | |
| ContentType | String | True |
MIME type of the content file, such as image/png 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, which might differ from the creator. |