How to get Access Token and insert record in another Salesforce org using Apex?
1. Add the Salesforce My Domain URL in your Remote Site Settings in Setup in the Source org. Remote Site Setting: 2. Create a Connected app in the target org. ....
1. Add the Salesforce My Domain URL in your Remote Site Settings in Setup in the Source org. Remote Site Setting: 2. Create a Connected app in the target org. ....
Domain is not whitelisted for this deployment Salesforce Chat Exception is thrown since the Site Referrer is not configured properly on the Chat Deployment. 1. Go to the Webpage where ....
@api invoke() and uiRecordApi can be used in the Salesforce Lightning Web Component for updating record via Quick Action. lightning__RecordAction should be used in the Lightning Web Component to use ....
In Salesforce Experience Cloud Site Builder, we have to navigate to Theme --> Images --> Company Logo go upload an image. To add Company Logo for Salesforce Experience Cloud Site, ....
In the Experience Cloud Site Builder, check the "User Profile menu" element. Make sure the Login label blank so that it will hide the Login option from the Experience Cloud ....
We can make a GET Request to https://{Your_Domain_URL}/services/data/v57.0/sobjects/case/{Case_Record_Id} using Access Token to fetch Salesforce Case record. 1. Create a Connected App in Salesforce. Callback URL should be https://{Your Domain}.my.salesforce.com/services/oauth2/callback Example: ....
Custom Audio file can be stored in Static Resource and configured in Phone Service Channel or Presence Configuration to change Omni-Channel audio for Salesforce Service Cloud Voice. Create a Salesforce Static ....
The User needs "Bulk API Hard Delete" Permission to make Salesforce BULK API V1 Hard Delete request. 1. Create a Permission Set with "Bulk API Hard Delete" Permission. Assign the ....
To set Language in Salesforce Einstein Bot, we use Rule Action "Set Conversation Language" in Salesforce. 1. Go to "Translation Language Settings" in Salesforce Setup. Enable it and add the ....
In order to route the Messaging Session to Einstein BOT, we must use the Omni-Channel Flows.Reference Article:https://help.salesforce.com/s/articleView?id=sf.messaging_considerations_bots.htm&type=5 1. Create Omni-Channel Flow. Use Route Work action to route the Messaging Session ....