How to hide the Login in 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 ....
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 ....
Following steps can be used to change the Support Process in Salesforce Case Record Type. 1. Go to Support Processes in the Salesforce Setup. 2. Create multiple Support Processes as ....
Regular Expressions in Python make life easier in programming. "import re" should be used to use regular expressions in Python. re.findall() and re.search() are used. import re should be used ....
standard__webPage type can be used in lightning/navigation to Web Page from Salesforce Lightning Web Component. Sample Code: Lightning Web Component: HTML: <template> <lightning-card > <lightning-button label="Click Here" variant="brand" onclick={openWebPage}> </lightning-button> ....
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. ....