LeadFeed
Captures Chatter activity, including posts and updates, related to Lead records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the lead feed item. | |
| ParentId | String | True |
Lead.Id |
ID of the lead record associated with the feed item. |
| Type | String | True |
Type of feed item, such as text post, file, or link. | |
| 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 the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System timestamp for the last update to the feed item. | |
| CommentCount | Int | True |
Number of comments on the feed item. | |
| LikeCount | Int | True |
Number of likes the feed item has received. | |
| Title | String | True |
Title of the feed item, if applicable. | |
| Body | String | True |
Main content or message of the feed item. | |
| LinkUrl | String | True |
URL of the link shared in the feed item, if applicable. | |
| RelatedRecordId | String | True |
ID of a record related to the feed item. | |
| ContentData | String | True |
Encoded data of the file or content shared in the feed item. | |
| ContentFileName | String | True |
File name of the content attached to the feed item. | |
| ContentDescription | String | True |
Description of the attached content or file. | |
| ContentType | String | True |
MIME type of the content attached to the feed item. | |
| ContentSize | Int | True |
Size of the attached content in bytes. | |
| InsertedById | String | True |
ID of the user or process that inserted the feed item. |