How to disable the creation of feed items when a task is created via the REST...
We have an integration between our phone system (3CX) and Salesforce. It logs calls into Salesforce using the REST API: /services/data/v37.0/sobjects/task RequestType="Post"Those tasks have the user as...
View ArticleHow to customise the post layout
How can I customise the post layout like you can with other actions using the action layout editorI'd like to be able to add some custom fields and add more options for the To:
View ArticleHow to disable the creation of feed items when a task is created via the REST...
We have an integration between our phone system (3CX) and Salesforce. It logs calls into Salesforce using the REST API: /services/data/v37.0/sobjects/task RequestType="Post"Those tasks have the user as...
View ArticleEmails and Notification is not triggered after creating feedItem record from...
After creating the feedItem record from the 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...
View ArticleHow to disable the creation of feed items when a task is created via the REST...
We have an integration between our phone system (3CX) and Salesforce. It logs calls into Salesforce using the REST API: /services/data/v37.0/sobjects/task RequestType="Post"Those tasks have the user as...
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 ArticleCustom emoji reactions in Salesforce Chatter with Rich Publisher App
There's a clever solution on how to add emoji reactions in Salesforce Chatter on Experience Cloud, and I'm happy to share it with you -...
View ArticleHow to disable the creation of feed items when a task is created via the REST...
We have an integration between our phone system (3CX) and Salesforce. It logs calls into Salesforce using the REST API: /services/data/v37.0/sobjects/task RequestType="Post"Those tasks have the user as...
View ArticleAccessing feed item object for customer commuity users
I'm using the feed item object in my community lwr site but my customer profile has no access for that object how can i manage to give permissions to create and view posts. But i couldn't find the feed...
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 ArticleChanging feed tracking automated chatter feed post user
I have a requirement to update this feedItem post generated from feed tracking automation to say System updated this record or a specific user such as an integration user as opposed to display system...
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 ArticleTag and @mentions in custom LWC?
I'm attempting to tag a users in a custom lwc component. THis is my current code.@AuraEnabledpublic static void postFeedItem(String msgTxt, String recordId){ ConnectApi.FeedElement feedElement =...
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 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 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 ArticleHow to use forceChatter:feed with a record?
How to show the Chatter feed for a record in a custom component? I am trying to use the forceChatter:feed type="Record" but it is not giving the correct results for the record?Can anyone help me with...
View Article