How to get Chat Transcript field value in Salesforce Embedded Chat?
1. Create a Custom Field in Chat Transcript object. 2. Create the same Custom Field in Contact object. 3. Add the Custom field from Contact to the Embedded Service Chat ....
1. Create a Custom Field in Chat Transcript object. 2. Create the same Custom Field in Contact object. 3. Add the Custom field from Contact to the Embedded Service Chat ....
1. Enable Skills-Based Routing under Omni-Channel Settings. 2. Create a Custom Field in Chat Transcript object. I have created Skill__c(Picklist field) to route chats based on the Skill selection. 3. ....
Sample Pre-Chat Visualforce Page Code: <apex:page showHeader="false" standardStylesheets="false" sidebar="false" title="Pre-Chat Form" cache="false"> <!-- form id should be used in getElementById() --> <script type="text/javascript"> (function() { function ....
Chat User License is needed for agents to accept and assist the customers via Salesforce Chat feature. So, kindly check whether enough Chat User licenses are available in Salesforce Company ....
1. Make sure Service Cloud and Chat User check boxes are enabled for you. 2. Enable Omni-Channel Settings. 3. Enable Chat Settings. 4. Create a Routing Configuration. 5. Create a ....
It is easy to setup Survey for Salesforce Embedded Chat. Without any coding or programming, just with point and click configurations, we can setup the Survey for Salesforce Embedded Chat. ....
Issue may be due to the Capacity values entered. 1. Check the Queue Capacity entered in the Chat Button. 2. Then, check Capacity in Routing Configuration. As per the above configuration, for each ....
Chat Deployment: Visualforce Page:<apex:page showHeader="false" standardStylesheets="false" sidebar="false" title="Pre-Chat Form" cache="false"> <!-- form id should be used in getElementById() --> <script type="text/javascript"> (function() { function handlePageLoad() { var endpointMatcher = new RegExp("[\?\&]endpoint=([^&#]*)"); ....
Sample Code:/* Custom detail is to show it to the agent before accepting the Chat and for findOrCreate */liveagent.addCustomDetail( "Company", "Disney" );liveagent.addCustomDetail( "First Name", "Mickey" );liveagent.addCustomDetail( "Last Name", "Mouse" );liveagent.addCustomDetail( ....
Sample code: /* Custom detail is to show it to the agent before accepting the Chat and for findOrCreate */ liveagent.addCustomDetail( "First Name", "Mickey" ); liveagent.addCustomDetail( "Last ....