Thursday, January 17, 2013
Live Chat Agent Chat Support in Salesforce
1). Download the following PDF Book and do the steps descripes in Tutorial 5
http://www.salesforce.com/us/developer/docs/workbook_service_cloud/workbook_service_cloud.pdf
2)At the time you got two set of codings in two steps (This codes are used after finising your chat configuration)
3) After complete the process create a webpage with 2 buttons using the above copied code.
(create the online chat button at the place of Online chat code here)
(create the offline chat button at the place of Offline chat code here)
4)Then Click the online Chat button the request is send to salesforce page
5) Accept the request in your salesforce page
6) Now you can chat from any webpage to salesforce chatter
Subscribe to:
Post Comments (Atom)
Salesforce - Generate dynamic inner query to fetch parent and related child records
Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...
-
<apex:page showHeader="false" sidebar="false" controller="ControllerName" standardStylesheets="fals...
-
<script> function myFunction() { var str = "IF((4+2)==5,true,false)"; str = str.replace(/\s/g, '');...
-
Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...
No comments:
Post a Comment