Avoid selecting All with access in Salesforce Chatter Post
To prevent or avoid users selecting "All with access" in Salesforce Chatter Post, we can develop a Apex Trigger on FeedItem object/entity and throw an error. Please check the following ....
To prevent or avoid users selecting "All with access" in Salesforce Chatter Post, we can develop a Apex Trigger on FeedItem object/entity and throw an error. Please check the following ....
Exception: You have reached the Connect API's hourly request limit for this user and application. Please try again later. Resolution: The hourly Connect API limit is 2000 per user. So, ....
Exception: "Playground" beta has expired Resolution: 1. Open the Apple TestFlight App. 2. Click Update option next to the Playground App. 3. After the update completion, open the Playground App. ....
Exception: [ { "message": "This feature is not currently enabled for this user.", "errorCode": "FUNCTIONALITY_NOT_ENABLED" } ] Resolution: This exception is thrown in Salesforce when the API Integration user is ....
Sidebar Search in Salesforce Classic is used to search records. This is available when the Chatter Settings is disabled. If Chatter is disabled, Global Search will not be available. https://www.infallibletechie.com/2018/12/how-to-disable-global-search-in.html ....
We can merge fields in the Salesforce Messaging Component to greet using the agent’s name in Salesforce Messaging for In-App and Web Session. Messaging Component: Formula Template: Hello {!$Parameters.MessagingSession.MessagingEndUser.name}, Thank ....
In the Salesforce Presence Configuration for the Omni-Channel configuration, we can make use of Agent Alias to replace or mask or hide an actual agent’s name in Salesforce Messaging for ....
Exception: Provide additional info to proceed Resolution: Use "Every Conversation" for the Pre-Chat Display Frequency. If "Every Session" is used for the Pre-Chat Display Frequency, the error is thrown for ....
Exception: System.SecurityException: Required permissions are not enabled. Resolution: Exception "System.SecurityException: Required permissions are not enabled." is thrown if the running user doesn't have the required permission to perform the operations. ....
Salesforce Einstein BOT Copilot Action: Answer Questions with Knowledge will help answering questions from the visitors based on the information from the relevant Knowledge articles. Note: This feature will work ....