How to change Salesforce API Version in Mulesoft Anypoint Studio?
Authorization URL on the Salesforce Config should be adjusted to change Salesforce API Version in Mulesoft Anypoint Studio. Please check the following screenshot for reference.
Authorization URL on the Salesforce Config should be adjusted to change Salesforce API Version in Mulesoft Anypoint Studio. Please check the following screenshot for reference.
Salesforce custom Copilot Actions allows us to develop for agents to do their work quickly. In this Blog Post, we are going to see how to utilize Salesforce Flow for ....
In order to find or query all the Standard Profiles in Salesforce, we have to query the ProfileId from the PermissionSet object/entity where IsCustom is equal to false and IsOwnedByProfile ....
Create and Customize List Views Create and Customize List Views permission allow the users the ability to create their own List Views and to customize their own(Private) List Views. This ....
Connect API can be used to fetch the Conversation Entries for Salesforce Enhanced Channels. Since there is a data storage differences, the Conversation Entries for enhanced channels and Messaging for ....
SLDS CSS won't work in the Pre-Chat Lightning Web Component since it loads outside the Lightning. So, we can apply the CSS directly on the elements using style property. Sample ....
"Query All Files" Permission can be used when we hit the exception "Implementation restriction: ContentDocumentLink requires a filter by a single Id on ContentDocumentId or LinkedEntityId using the equals operator ....
We have to control the initEmbeddedMessaging() calling to display Salesforce Messaging for In-App and Web. embeddedservice_bootstrap.utilAPI.launchChat() can be used to launch Salesforce Messaging for In-App and Web on a button ....
import FORM_FACTOR from '@salesforce/client/formFactor' can be used to find the viewing device in Salesforce Lightning Web Component. Large - Desktop Device Medium - iPad Device Small - iPhone Device Sample ....
From https://availability.salesforce.com/find-my-instance/, we can find whether Salesforce Instance is Hyperforce or Non-Hyperforce. 1. Go to https://availability.salesforce.com/find-my-instance/. 2. Search your Salesforce Instance. Using https://availability.salesforce.com/find-my-instance/, we can find where our Salesforce Instance ....