Update record via Flow does not create a Feed Item
I have a Record Triggered flow on Account, of the type Fast Field Updates.This flow, amongst other things, updates the Type field. I have configured feed tracking for that field. I observe that the...
View ArticleHow to change the 'Disable Feed Tracking' setting in a flow or Apex trigger?
Salesforce has a setting called 'Disable Feed Tracking' a.k.a. DisableFeedTrackingHeader. The Data Loader uses this setting to disable feed tracking when doing updates/inserts.I am using Microsoft...
View ArticleHow to detect user is using Experience Cloud/Community Portal during while...
I've very entry-level knowledge about Communities & Portal, correct me if my understanding is wrong.Scenario: Internal users can create Cases in the Org, on the other hand, external users can also...
View ArticleQuestion from chatter field value is not visible in lightning mode
I have enable Question to case future in my org and Created the case from Question,when we click view case that hyperlink will be redirecting to the case detail page.Question from chatter field lookup...
View ArticlePoll not showing up on community feed
In Community (Customer Community License) I have added feed publisher which shows post/comments from each user. But when am creating poll for community users(using groups) , it is not showing up on...
View ArticleSFDX Source Push: Invalid type: FeedItem
I am getting error:Invalid type: FeedItemWhen I run command:sfdx force:source:push Why won't it let me push that code into my scratch org?
View ArticleHow to Open LinkPost URL in SubTab Console?
I am able to create LinkPost feed item in case console://Adding a Link postFeedItem post = new FeedItem();post.ParentId = cId; //case idpost.Body = 'Enter post text here';post.LinkUrl = '/'+...
View ArticleThe Feed component is empty, it does not display any post/comment made by any...
Does anyone knows what is causing this issue?
View ArticleApex Trigger to Update Feed Comment
I am new to Apex Triggers. I have a checkbox field in Opportunity called "Opportunity Approved?". Currently as soon as user selects the checkbox, its adding a feed comment like this,Opportunity...
View ArticleSFDX Source Push: Invalid type: FeedItem
I am getting error:Invalid type: FeedItemWhen I run command:sfdx force:source:push Why won't it let me push that code into my scratch org?
View ArticleSOQL: (WHERE x IN(a,b)) does return 2 records, but (WHERE x = a OR x = b)...
I'm trying to retrieve some ContentVersion records, but I'm having a lot of issues with it. After some research it seems as if the records are divided into two 'sets' as it were, and Salesforce in most...
View ArticleHow to Open LinkPost URL in SubTab Console?
I am able to create LinkPost feed item in case console://Adding a Link postFeedItem post = new FeedItem();post.ParentId = cId; //case idpost.Body = 'Enter post text here';post.LinkUrl = '/'+...
View ArticleCannot change Status of FeedItem in trigger
I have a simply spam classification logic in trigger which runs when a community user posts a post (FeedItem) in experience cloud sites (community sites).trigger FeedItem_Operation_Trigger on FeedItem...
View ArticleIs There an Easy Way to Create a Feed Using Custom Feed Items?
Lightning-Aura-ComponentI have an array of feed elements not connected to an Id and I need to make a feed containing these elements. Is there an easy way to do this or must I recreate an entire feed...
View ArticleIs there a direct link between CaseComment and FeedItem records?
Trying to find a way to link FeedItem records to the CaseComment they are related to. Have a Lightning Component pulling in Case information, but failing to find a reliable way to relate the replies to...
View ArticleInsert FeedItem as Platform Integration User
As I explained in the title, I need a solution for my specific case.I managed to assign a permission set to Platform Integration User (PIU). However, I couldn't find how to give CRUD access to...
View ArticleChatter Posts created from Apex not visible from Profile view
I am creating a chatter post (FeedItem) from a trigger on a custom object after update of that object. I want that post to be visible on the user's profile that I have specified in the ParentId.The...
View ArticleHow to determine if a given User can view a given FeedItem
I'm using the query API to retrieve User and FeedItem objects.I want to be able to determine which users can read/view which feed items.FeedItem has Visibility property, but it doesn't help much. From...
View ArticleHow to stop unwanted CreateRecordEvent Type chatter feed?
We're using SMS Magic managed package where it creates a chatter post every time we send an sms. This seems to flood the chatter communication and I'm trying to clear them as soon as record is created...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article