Activity › Forums › Salesforce® Discussions › What is the difference between feed item and attachment in Salesforce?
-
What is the difference between feed item and attachment in Salesforce?
Posted by shariq on July 19, 2017 at 1:15 PMDefinition of feed item and attachment with examples.
shariq replied 7 years, 7 months ago 3 Members · 4 Replies -
4 Replies
-
Feeditem : FeedItem represents an entry in the feed, such as changes in a record feed, including text posts, link posts, and content posts.
Attachment : Represents a file that a User has uploaded and attached to a parent object.
- [adinserter block='9']
-
FeedAttachment
Represents an attachment to a feed item, such as a file attachment or a link. Use FeedAttachment to add various attachments to one feed item. This object is available in API version 36.0 and later.
Supported Calls
create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()Feeditem : FeedItem represents an entry in the feed, such as changes in a record feed, including text posts, link posts, and content posts.
Thanks
-
Hello Shariq,
I want to add more about attachment here,
Attachment -Attachments are something specific to each record. you can control wether attachments are allowed on an object or not by a check box on object settings.Access to each record controls access to its attachments
Thanks.
-
Attachment – Attachments are something specific to each record. you can control wether attachments are allowed on an object or not by a check box on object settings. Access to each record controls access to its attachments. Attachment Represents a file that a User has uploaded and attached to a parent object.
Feeditem: FeedItem represents an entry in the feed, such as changes in a record feed, including text posts, link posts, and content posts.
Log In to reply.