Keyboard shortcut to start Salesforce Chat
Using JavaScript, we can set the the Keyboard shortcut to start or initialize or initiate the Salesforce Chat. The following implementation is for Salesforce Embedded Service Deployment Chat. In the ....
Using JavaScript, we can set the the Keyboard shortcut to start or initialize or initiate the Salesforce Chat. The following implementation is for Salesforce Embedded Service Deployment Chat. In the ....
Use the following steps to pass values to custom fields on the Salesforce Chat Transcript object(LiveChatTranscript). 1. Create the Custom Fields on the Salesforce Chat Transcript object(LiveChatTranscript). 2. Add the ....
Using Salesforce Apex and FileReader() and encodeURIComponent() from JavaScript, we can easily upload a file using Lightning Web Component lightning:input of type file. Sample Code: Apex Class: public class FileUploadController ....
Ant Commands will not work and throw"'ant' is not recognized as an internal or external command, operable program or batch file" exception if the Environment Variable for the Ant installed ....
Using Salesforce Apex and FileReader() and encodeURIComponent() from JavaScript, we can easily upload a file using Aura Component lightning:input of type file. Sample Code: Apex Class: public class FileUploadController { @AuraEnabled ....
CC Field: CC Field in Salesforce is used to define email addresses. It can contain array or list of email addresses. CC Recipients Field: CC Recipients Field is used to ....
Whenever Files or Documents are download, there will be an entry in ContentVersionHistory entity or object in Salesforce. So, we can query the ContentVersionHistory entity/object with Field value as contentVersionDownloaded ....
Event Log Files can be used to find the Documents or Files viewed by the users in Salesforce. 1. Find the Event Log Files with ContentTransfer as the Event Type. ....
1. Go to https://github.com/developerforce/open-cti-demo-adapter. 2. Download the Package using the "Download ZIP" option. 3. Extract the package. 4. Open the build.properties file and edit the following.sf.username with your Salesforce Org ....
The Salesforce Live Agent or Chat URL or Chat Endpoint can undergo changes or get modified as a result of certain circumstances, namely, processes like Organisation Migration or Instance Change, ....