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 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 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 do I avoid error ConnectApi.ConnectApiException: Cannot provide both...
I am trying to set a question title for a poll chatter post created by apex using the following codeCollaborationGroup g = [SELECT Id FROM CollaborationGroup WHERE Name='Edge Communications Customer...
View ArticlePopulate Case Subject in Chatter feed post
We are using salesforce cases and Case owners have been using Chatter to ask questions about the case. The problem is that chatter messages sent from cases only show the case number in the email. There...
View ArticleHow to pass recordid value from custom LWC component to Chatter Feed...
I am trying to configure Chatter Feed component on Partner Portal along side a custom LWC component which shows Lead's Detail.It works fine if I select "My Feed" but I want record specific posts only...
View ArticleChatter post with attachment not visible on record page ( Case Object)
On the Case object, when i try to post a message with attachment (with the Chatter feed component), the message doesnt appear but it's visible in the lightning page builder of the record (there are no...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
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 ArticleMention username in chatter message
I need to post a chatter message with a specific user to the account when the account status field is as Activated. I have created a flow that sends a chatter message to an account, but can't specify...
View Articlehow to appear Chatter posts for approval requests in lightning
I have created an approval process that allows users to approve the records from chatter.Before Designing an approval process, I have enabled feed tracking for the object where I have designed the...
View Articleautorefresh chatter feed from lwc
Can I autorefresh a chatter feed on a lightning record page when I an update is made on the record from an LWC also on that page? I've used LMS(awesome btw) for LWC to LWC communication but haven't...
View ArticleHow to customise the tabs at the bottom of a feed chatter component
How do I customise (add/remove) the different tabs at the bottom on the chatter component. In my case I would like to remove the tab Text Posts and add Odd Jobs. See image below:
View ArticleQuestion about Modifying Case Chatter Post Name Options
As the Salesforce Admin for our company, I have a couple of questions regarding the Chatter post settings for cases.Can I modify the two name options, "My Company Only" and "All with Access," for Case...
View ArticleBlock edit/delete permissions to FeedItem and FeedComment
I hope someone can help me with a solution to a problem I'm having regarding posts and comments on chatter. So, the idea is to block both the editing and deletion of post(FeedItem) or FeedComment...
View ArticleEmails and Notification are not triggered after creating FeedItem record in Apex
After creating a FeedItem record in Apex, emails and notifications are not triggered to the person who had created the chatter FeedItem. So do I need to create a custom notification and email for this?...
View ArticleHow to update first response date field(custom object) on case object
Hi am new to salesforce and I have a taskI have to capture the first email date sent from case - meaning the date from chatter feed and populate it to a field.Should I use a flow or trigger for this...
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 ArticleRemove comment from Chatter post
I would like to remove the option to comment on the post made in the Chatter feed.Does anyone know if it is possible and how to do it?
View Articlewhy the user icon doesn't load when users are searched on chatters
In our org we are facing this issue can anyone help with this when we are searching for users in chatter or anywhere in entire org the profile icon of every user is being rendered as broken how to...
View ArticleHow to @mention a user in the Case feed when a related Known Issue is updated...
I have a Salesforce setup where:Each Case record has a lookup to a Known Issue.There is a custom field on the Case called Associate.When a Known Issue record is created or updated, a Flow is triggered....
View ArticleHow to attach link to a text to Chatter post via Chatter rest API
I want to add a link to the chatter post and describe this with a text.I am using below...
View ArticlePopulate Custom filed value in the chatter rather than the Name and Auto...
I had created a Custom Object "Reviews" as a child object (Lookup) to Account So that users can give ratings for an account and display under accounts.Whenever a review record is created it will post...
View Article"Invalid conversion from runtime type ConnectApi.FeedItem to...
I have the following code to get a Chatter Feed of a Case:ConnectApi.FeedElementPage fep = ConnectApi.ChatterFeeds.getFeedElementsFromFeed(Network.getNetworkId(), ConnectApi.FeedType.Record, caseId,...
View ArticleChatter Email Notifications & LWR Community
We have an LWR portal with a custom chatter feed component, it also allows users to select a select a digest frequency.When a notification that a post has been made to the chatter group is received,...
View ArticleHow can I use and in a Lightning Web Component (LWC)?
I understand these are standard Aura components in Salesforce, and they cannot be directly used in LWC. Is there a recommended approach to integrate their functionality into an LWC, or any workaround...
View ArticleConnect Api feedItem is not posting for the experience cloud users
I am trying to create a feedItemPost via code below and I want this feed to be visible across all experience sites within the org as well as on backend SF on the Case record. But it is not working out....
View ArticleRestrict access to Chatter Posts based on an attribute of the current user
We have 2 brands of one Parent company, they currently share certain Accounts in a single Org.We need to restrict access to the Chatter posts so that each brand can only see the posts made by other...
View Article