CallLogPost chatter Type
I have a scenario where when a task (of type Inbound Call) is updated, then a chatter feed of type "CallLogPost" should be created on the related Case. Has anyone implemented this scenario so far?
View Articlecreate a feed stream
im kinda new to apex and sf i general.. i was recently tasked with fetching specific feeds that fulfill some criteria (1. addressed to context user [to Me feeds], 2. contain a mention of case object...
View ArticleUsing a forceChatter:feed component to render activity
In the lightning component that I am making, I want to mimic the behaviour of the chatter feed views, All Updates, Call Logs, Text Posts and Status Changes. (In the screenshot below) Basically I want...
View ArticleCreate Custom Chatter Feed
I was recently tasked with retrieving chatter feeds addressed to the context User {'To Me' feeds} and only those ('To Me' feeds) that were on Cases (standard Objects) that were 'Open' and getting to...
View ArticleFilter/Search Chatter from User X to Me?
Is there a way to list down (view) all chatter that is from a specific User (say X) to me? Currently, I can only do "To Me" but can't sub-filter that list to show a specific User's post to me. Bonus:...
View ArticleHow to display chatterfeed shell in a visualforce page
I have a requirement to assign vf pages to the record type. Now I'm struggling with case detail page because i need to show chatterfeed shell button like standard page layout. But if I use chatterfeed...
View ArticleHow to use customFilter in ConnectApi.ChatterFeeds.getFeedElementsFromFeed?
Does anyone know how to use custom Filter getFeedElementsFromFeed for case feeds in Salesforce? I use getFeedElementsFromFeed(communityId, feedType, subjectId, recentCommentCount, density, pageParam,...
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...
View ArticleQuick Action does not appear to Feed Publisher of Case object in Community
I want to add Log A Call, Email and New Task to Feed Publisher of Case Object in Community. In Support Settings I enabled: Enable Case Feed Actions and Feed Items Enable Community Case Feed Enable...
View ArticleHow to move Chatter Feed of type 'TrackedChange' from contact to person account
We have recently adopted person account and are trying to move chatter feed from contacts to person accounts. According to this article: https://help.salesforce.com/articleView?id=000213215&type=1...
View ArticleSend Direct Message from Enhanced Lightning Grid
Description I am trying to create button in an Enhanced Lightning Grid that functions in the same fashion as the "New Message Button" component in Customer Communities. My Sortable Data Grid Action is...
View ArticleConnectApi.NotFoundException: Resource not found
I am getting an error when using the ConnectApi to post a feed: ConnectApi.NotFoundException: Resource not found. Class.ConnectApi.ChatterFeeds.getFeedElement: line 1502, column...
View ArticleChange FeedItemPost CreatedById using ConnectApi
I want to post chatter items via Apex with a link attached and an @ mention. I've been able to figure out how to attach the link and @ mention through research. The next step to finishing this is to...
View ArticleHow can I make file public in Salesforce to fix a sharing error?
When I try to share a file in Salesforce, I get the error that The maximum number of times this file can be shared has been exceeded Which means it is shared > 100 times. The documentation...
View ArticleSet Default "From" address for email sent through Chatter Feed
I've created an Organization-Wide Address (Corporate CC) and I want this email to be the default "from" address when an operator send an email through the case Chatter Feed as you see from the image,...
View ArticleAnnouncement is null when queried on feedItem Trigger
When i try to fetch announcements from feedItem trigger it returns null always, is there anything i'm missing trigger Email_Feed_Trigger on FeedItem (after insert) { Set<Id> myfeed=new...
View ArticleHow do I create a FeedItem post with an @collaborationgroup
I've created a feed item post without issue but setting the @ in the body text does not work. How do I accomplish this Happening on a case object { FeedItem fi = new FeedItem(); fi.parentid = c.id;...
View ArticleRemove Feed chatter in community
Does anyone knows how I can remove the chatter in community for user profile. I don't want that shows up. Please see the attachment, thanks.
View ArticleLike/Dislike chatter feed not working in Community
We need to give community user ability to like the feed item. Tried below code. ConnectApi.ChatterFeeds.updateLikeForFeedElement(communityId,feedItemId, true); Error: System.NoAccessException:...
View ArticleChatter FeedItem LinkUrl open in current tab
I have a Chatter Feed displayed in a Customer Portal, and I have Chatter Posts with a LinkUrl value. Is it possible to change the way the anchor tags are rendered so they do not open a new browser tab...
View Article