FeedItem
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | Unique identifier of the FeedItem. | |
ParentId | String | False | Label Parent ID corresponds to this field. | |
Type | String | False | Label Feed Item Type corresponds to this field. | |
CreatedById | String | False | Label Created By ID corresponds to this field. | |
CreatedDate | Datetime | False | Label Created Date corresponds to this field. | |
IsDeleted | Boolean | True | Label Deleted corresponds to this field. | |
LastModifiedDate | Datetime | True | Label Last Modified Date corresponds to this field. | |
SystemModstamp | Datetime | True | Label System Modstamp corresponds to this field. | |
CommentCount | Int | True | Label Comment Count corresponds to this field. | |
LikeCount | Int | True | Label Like Count corresponds to this field. | |
Title | String | False | Label Title corresponds to this field. | |
Body | String | False | Label Body corresponds to this field. | |
LinkUrl | String | False | Label Link Url corresponds to this field. | |
RelatedRecordId | String | False | ContentVersion.Id | Label Related Record ID corresponds to this field. |
ContentData | String | False | Label Content Data corresponds to this field. | |
ContentFileName | String | False | Label Content File Name corresponds to this field. | |
ContentDescription | String | False | Label Content Description corresponds to this field. | |
ContentType | String | True | Label Content File Type corresponds to this field. | |
ContentSize | Int | True | Label Content Size corresponds to this field. | |
InsertedById | String | True | Label InsertedBy ID corresponds to this field. |
Last updated