Questions tagged [chatter]
Chatter is a feature of Salesforce.com that provides a way for users to collaborate with other users within a Salesforce organization. It has a Facebook like interface that allows users to follow records and other users, share files, update statuses, like posts, and post questions or comments at specific records or users. It is marketed by Salesforce as a cornerstone of the social enterprise.
936 questions
0 votes
0 answers
24 views
Are global actions only available on the Chatter page in mobile?
I have a Global Action that launches a Lightning Web Component. I'd like to make this action available for users in the mobile app. The only place I can find Global Actions on mobile right now is the ...
0 votes
0 answers
24 views
Chatter mention for record owner if @[{!Record.UserId}] is missing
I would have the need to update created chatter messages in certain situation IF they are missing any @ mention. F.e. All chatter messages from a specific user (our integration user) would get @[{!...
0 votes
0 answers
25 views
Email Service Debugging for Chatter email replies
I want to add an Email service which can intercept any replies happening to a Chatter post and then perform some activities. For example - Current chatter replies with attachment to email gets lost. I ...
0 votes
1 answer
353 views
How can I use <forceChatter:publisher> and <forceChatter:feed> 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 ...
1 vote
1 answer
81 views
Does composite API not support chatter posts?
Is there an official documentation which shows what list of rest api does composite api supports? I tried this composite api request body. POST_URL : {{_endpoint}}/services/data/v59.0/composite { ...
0 votes
0 answers
38 views
Chatter rich text toggle
I have added Chatter to Contact page and when I post comments FeedComment is created with rich text. Is it possible to toggle it for each comment without custom component ? I can enable/disable rich ...
0 votes
0 answers
278 views
Chatter 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, ...
1 vote
0 answers
456 views
How can I prevent users from deleting Chatter posts?
I've found that users in my org(s) are able to delete Chatter posts even though I've reviewed the relevant settings. I've checked the following: Chatter Settings - "Allow users to edit posts and ...
0 votes
1 answer
60 views
"Invalid conversion from runtime type ConnectApi.FeedItem to ConnectApi.FeedElementPage" when calling ConnectApi.ChatterFeeds.getFeedElementsFromFeed
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, ...
3 votes
0 answers
83 views
Images or content documents are broken in both Chatter and Apex Page when Cross-Origin Embedder Policy (COEP) is enabled
When turning on COEP, content documents show up as broken in both Chatter and my apex pages that display them. The error I am receiving is Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE....
-1 votes
1 answer
219 views
<p>..</p> HTML tags appear with the field value when using post to chatter action [duplicate]
I have a flow where I am using post to chatter action , I created a resource (Text templte type) and inserted the fields with view as plain text. Still I am seeing value of the field with html tags in ...
0 votes
1 answer
49 views
Only Trigger Apex when File is not uploaded via chatter feed on Case
I have an apex trigger that creates a Chatter post on a case when a file is uploaded to that case. The code is working perfectly fine, the issue is I want to be able to restrict this code to only run ...
0 votes
1 answer
138 views
How 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 documentation: https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/...
0 votes
0 answers
413 views
How to @mention when creating a FeedItem record via Flow?
I am having an issue when trying to create a FeedItem record via Flow, where I need to @mention the full name of the OwnerId of the Lead record which triggered the flow. However, when the FeedItem ...
-1 votes
1 answer
808 views
Remove 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?