How to render one component after another
I have an aura component which is a combination of forceChatter:Publisher and forceChatter:feed. But here in my case forceChatter:feed is getting rendered before forceChatter:Publisher. I want...
View ArticleTrigger to post the Task Comments to Chatter
I am very new to the Triggers and have very less experience with them. I want to write a trigger which will copy the comments from the Tasks section and post it onto the Chatter of that same account....
View ArticleHide Follow button in community
File Detail page in community display Follow button, follower, and file version.We don't want to show this to portal users.I checked Feed Tracking but I can't find how to hide follow button.What should...
View ArticleSetup ConnectApi.FeedElementPage with message mentions for Test...
I have a class that uses ConnectApi.ChatterFeeds.getFeedElementsFromFeed and from the result page I extract the mentioned users.This is working as intended but now I have to create a test for this and...
View ArticleHow to find if a user has shared a post on Salesforce chatter
Wanted to know if there is are ways in which I could find if a user in Salesforce has shared a chatter post.I tried to find if this was possible by querying the FeedItem and its associated object and...
View ArticleHow to find when a user has upvoted or downvoted a chatter post
We are having a public community hosted on Salesforce and we are trying to create a custom report which would allow us to find unique contributors to the community. One of the criteria apart from...
View ArticleDifference between ConnectApi.ChatterFeeds.postFeedElement and direct insert...
Salesforce API describes ConnectApi.ChatterFeeds.postFeedElement(communityId, subjectId, feedElementType, text) method which supposed to be used to create a feed item.ConnectApi.FeedElement feedElement...
View ArticlePost Feed Item in User Feed
I'm trying to use apex code so user will be able to post message in other user feed.Tried this simple code:ConnectApi.ChatterFeeds.postFeedElement(Network.getNetworkId(), targetUserId,...
View ArticleHow can I make calls related to a case display in its Chatter feed?
I am using the Service Console in Lightning Experience, and using the Chatter Feed component on the Case layout to display updates to the Case.If I use the "Log a Call" Quick Action from the Chatter...
View ArticleDisable Tasks in Chatter Feeds
With Salesforce.com Spring ’13 Release we got the feature: "Chatter feed notification on task creation"and in order to turn it off:Click Your Name > Setup > Customize > Chatter > Settings...
View ArticleIs there a way to configure Chatter sub tabs
Currently I see the following sub tabs in Chatter feed.'All Updates', 'Emails','Call Logs', 'Text Posts', 'Status Change'Is there a way to supress some of the tabs e.g. If i want to suppress 'Call...
View ArticleDisable Tasks in Chatter Feeds
With Salesforce.com Spring ’13 Release we got the feature: "Chatter feed notification on task creation"and in order to turn it off:Click Your Name > Setup > Customize > Chatter > Settings...
View ArticleHow to use 'customFilter' in Record Feed Elements Rest callout?
I am trying to query feed-elements via Rest API from the workbench. API ref/services/data/v51.0/chatter/feeds/record/5001x00000CA8IGAA1/feed-elements?customFilter=CustomFeedI am getting this error.[...
View ArticleChatter - Can conversations that mention objects appear in the object's...
We are exploring the use of Chatter to replace some business comms that are currently use Slack.If I mention an object (e.g. an Opportunity) on a chatter feed, can the conversation be displayed on the...
View ArticleAdd Feed to Case Lightning Record Page
I mistakenly deleted the Feed From my Case lightning Record Page.What component do I need to use to restore this?
View ArticleHow to get access to attachments in Feed Item using apex soql
I want to access all feeds attachment that is not published for users.
View ArticleIs there a way to display only users in feed view?
I want only the users not community users or contacts to be displayed when I '@ mention'. I've found a workaround stating we can add validation by leveraging FeedItem trigger. But is there a way to...
View ArticleCan we change the UI of Chatter?
Can we change the UI, Colors, alignment of Chatter feed?Posts, comments?The way it's laid out is very confusing for my users, and we want to divide posts, change color scheme, etc.
View ArticleConnectApi.ConnectApiException: Mentioned group does not exist
I have a chatter feed publisher component at 2 places(topics page and article page) in a community and whenever user posts something, I'm writing a trigger code on FeedItem object to auto at mention a...
View ArticleHow can I replicate the Classic "All Company feed" in Lightning?
According to Salesforce, the "All Company feed" is specific to Classic. I have users who are very fond of this feed, but cannot find something like it in Lightning.E.g. creation of opportunities,...
View Article