ContractFeed
Captures Chatter activity, including posts and updates, related to Contract records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the contract feed item. | |
| ParentId | String | True |
Contract.Id |
ID of the contract record associated with this feed item. |
| Type | String | True |
Type of feed item, such as TextPost, ContentPost, or LinkPost. | |
| 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 (true) or not (false). | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the last modification. | |
| CommentCount | Int | True |
Total number of comments on the feed item. | |
| LikeCount | Int | True |
Total number of likes on the feed item. | |
| Title | String | True |
Title of the feed item, typically used for content or link posts. | |
| Body | String | True |
Main content or message of the feed item. | |
| LinkUrl | String | True |
URL associated with a link-type feed item. | |
| RelatedRecordId | String | True |
ID of a record related to this feed item, such as a referenced document or task. | |
| ContentData | String | True |
Base64-encoded data of a file attached to the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description of the file attached to the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached file, 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 in some cases. |