Data Integration Connectors
- Data Integration Connectors
- All Products
Column Name
| Description
|
|---|---|
ParentId
| ID of the object type to which the FeedItem is related. For example, set this field to a UserId to post to someone’s profile feed, or an AccountId to post to a specific account.
|
Body
| The message that appears in the feed. If you want to post a feed with the search keyword. In the feed make use of the # character before the search keyword. For example, if your search keyword is ABC, specify ‘#ABC’.
|
Type
| You can select the following type of FeedItem:
|
LinkUrl
| To post URL on a feed.
|
RelatedRecordId
| The ID of the ContentVersion object associated with a ContentPost. This field is null for all posts except ContentPost.
|
Title
| The title of the FeedItem.
|
AttachmentPath
| The location of the file to be attached to the feed. For example, C:\Test\ (Mandatory field for Content Post) .
|
ContentFileName
| The name of the file that you want to attach.
|
ContentDescription
| The description of the file to be attached to the feed.
|
RelatedRecordId
| The ID of the ContentVersion object associated with a ContentPost. For example, set this field to an existing ContentVersion and post it to a feed as a FeedItem object of TypeContentPost.
|
Field Name
| Description
|
|---|---|
CommentFeedItemId
| The Id of the feed to which the comment needs to be posted.
|
CommentBody
| The text to be posted as comment.
|
CommentType
| The comment Type should be TextComment or ContentComment.
|
CommentContentPath
| The full path of the file to be attached to the FeedComment.
|
CommentContentDescription
| The Description about the attachment.
|