Integrate custom lightning web application with chatter
I am trying to integrate my custom application I built with the help of the LWC with chatter so that user can post notes or send emails from application. I tried searching on google on how to do this,...
View ArticleHow can Community User post message with...
I need to post a message to chatter group in Community with mention. I tried to use ConnectApi.ChatterFeeds.postFeedElement() but I'm receiving this error: Insufficient Privileges: You do not have the...
View ArticleSet Chatter Msssage to Readed Is Not Work
I meet a problem what make me feel confused Here is My Vf Page , As You See , It Will Refresh Itself E function myrefresh(){ window.location.reload(); } setTimeout('myrefresh()',60000); And This Is...
View ArticleProcess builder's Post to Chatter error
In Process builder, I have a Post to Chatter action. When this action gets triggered, I am getting error message and exception is thrown. I have attached the error line from debug logs:...
View ArticleError - Insufficient Privileges...
The following exception has occurred: Insufficient Privileges: You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your...
View Articlecaused by: System.NoAccessException:...
We are running into below issue. can anyone please help me ? Error Lines: Class.ConnectApi.ChatterFeeds.postFeedElementBatch: line 1254, column 1 Class.ChatterFeedUtil.notifyRecordOwners: line 36,...
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...
View ArticleHow to track if user has inputted any text on the Salesforce Chatter Email...
How do we know when user has made any inputs on the Email Publisher? When user made any changes to this field, and accidentally closes the tab on the Service Console, there will be no pop up message...
View ArticleI need to disable chatter feed to appear on home page and any record page
I need to disable chatter feed to appear on home page and any record page. I have created VF page and used it in VF home page component but it is not working. Please find below VF page code....
View ArticleHow to restric user to edit and delete other user's post in community...
I want to allow user[Login user in community] to modify only the post created by himself and don't want to show delete and edit option on other user's field.Is it possible to restrict user to delete...
View ArticleRefresh a Chatter Feed
I came across an old article: How to refresh the chatter feed or feed item automatically?This seems like this is exactly what I'm looking for. Does anyone know if this code is still valid (I am running...
View ArticleEmail Message on Case Feed - Is it Possible To Show the "From" Address Not...
We are using Service Console with Feed Enabled Layouts on Cases. We are using a programmatic solution to consume Email replies to existing Cases and save the Email on the Case. In the Case Feed an...
View ArticleCustom Chatter Feed
Trying to build a lightning component or VF page wherein I can quickly see below views of chatters, is there something nearby already available on AppExchange or Github?List of all unread chatters...
View ArticleAllow Drafting Emails which are sent from chatter component on Opportunity...
On the Case object, I was able to set up the Chatter component and when I type something but don't send the email, it's saved automatically as a draft. I need to enable that on Opportunity as well.On...
View ArticleHow To stop feedItem for status field on Case?
I have enabled feed tracking for Case. But the status field is not set to tracking. But I am still able to see the feedItem on status changes. Please, let me know if I am missing anything or it can be...
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 ArticleQuery Case Feed Posts (Chatter)
I am bringing in a Case object from another org as an external object (read only). I am trying to re-create the notes associated with it from the chatter feed and build a lwc.The problem I am running...
View ArticleAccess Errors on FeedAttachment for Chatter Test Class
I am designing a test class for a Chatter component controller I did not design, and I am having issues creating test data. I have posted code below my issue description. I have removed most of the...
View ArticleDisplay Community collaboration group announcements using LWC
In our ORG, we use both Salesforce and Customer Community Plus licenses. Its not a public community. You need to login to access any pages on our site.I built LWC Component (apiVersion: 47.0) to...
View ArticleCommunity Feed Component Icon Urls are Broken
When on my Salesforce Community Site Some of my icon links are broken in the "Feed" Component.See Picture Below: The Weirdest thing is that the URL its embedding is wrong. It seems to be duplicating...
View Article