Source: AssetFeed This object enables feed tracking on the Asset object. For more details about objects’ Feed, go to AccountFeed object. Enable feed tracking on Setup > Chatter > Feed Tracking: And this is an Asset with feed tracking enabled: Here is a simple query: SELECT id, Type, Title, Body, Visibility, likecount, NetworkScope, (Select Id, […]
Tag: Feed
[Salesforce] The Sobject Crusade: Article Type__Feed
Source: Article Type__Feed The object is part of the Salesforce Knowledge feature. This feature allow CRM users to create articles or search for articles to solve customer’s cases. To enable Knwoledge base have a look at the Article Type__DataCategorySelection object description. To enable feed on an article, go to Setup > Customize > Chatter > […]
[Salesforce] The Sobject Crusade: Announcement
Source: Announcement This object represents a Chatter Group Announcement. To create a new announcement, go to the Chatter tab, select (or create) a group: Click on More > Announcement and select the body of the announcement and an expiration date: A section will compare on the Group’s sidebar: The Announcement object is a detail of […]
[Salesforce] The Sobject Crusade: ActionLinkTemplate
Back to the Sobject Crusade list. Source: ActionLinkTemplate Action Links has been presented when discussing the ActionLinkGroupTemplate object (see this object for a complete guide on configuring and using Action Links): they are a way to execute custom actions on button click on Chatter feed posts. By templating an Action Link you define a template […]
[Salesforce] The Sobject Crusade: ActionLinkGroupTemplate
Back to the Sobject Crusade list. Source: ActionLinkGroupTemplate Action Links are actions you can do in chatter posts (e.g. API call, document download, UI redirect) by clicking a button on the related chatter post. Action Links are grouped into Action Link Group, so you can choose which action you want to play: You may think […]
[Salesforce] The Sobject Crusade: AccountFeed
Back to the Sobject Crusade list. Source: AccountFeed This represents a single feed item on the Account record detail page (chatter feed). It tracks different kind of feeds: ActivityEvent—indirectly generated event when a user or the API adds a Task associated with a feed-enabled parent record (excluding email tasks on cases). Also occurs when a […]
