Jump to: navigation, search
 
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Gplus Adapter for Salesforce=
+
=Gplus Adapter for Salesforce=
__NOTOC__
+
The Gplus Adapter for Salesforce is an integrated solution that enables Salesforce users to handle contact center interactions seamlessly within Salesforce. The adapter is part of the Genesys Gplus Adapters, which provide out-of-the-box, pre-packaged, and vendor-validated solutions that integrate Genesys’ Customer Experience Platform to the leading CRM solutions. It's included as part of the Web Services and Applications installation package.
==Deployment and Configuration Guide==
 
This document outlines the steps required to install and configure the Genesys Gplus Adapter for Salesforce package.
 
  
 +
The adapter provides a single integrated agent desktop experience that offers rich data integration for screen pops and dispositioning. It presents complete customer information at a glance to more effectively serve customers in Salesforce Classic or Salesforce Console. The adapter leverages the [[Documentation:HTCC:API:Welcome|Web Services API]] and the [https://developer.salesforce.com/page/Open_CTI Salesforce Open CTI API.]
  
<div class="itemcontainer">
+
There is now only one option available for the adapter:
 +
* [[GplusSalesforceWWE|Gplus Adapter for Salesforce - WWE Option]] provides the full Workspace Web Edition interface and is available in Salesforce Console and [[GPlusSalesforceDeployLightning|Salesforce Lightning]].
  
<!-- -------------- -->
+
{{NoteFormat|The Gplus Adapter for Salesforce for Classic Sales and Service console is no longer available.|1}}
<!-- START DOCUMENT -->
 
<div class="item">
 
<div class="bookitem">
 
[[GplusSalesforceDeploy|Deployment Guide]] Deployment instructions
 
</div>
 
</div>
 
<!-- FINISH DOCUMENT -->
 
<!-- --------------- -->
 
  
<!-- -------------- -->
 
<!-- START DOCUMENT -->
 
<div class="item">
 
<div class="bookitem">
 
[[GplusSalesforceConfig|Configuration Guide]] Configuration instructions
 
</div>
 
</div>
 
<!-- FINISH DOCUMENT -->
 
<!-- --------------- -->
 
 
</div>
 
 
 
==Related Documentation==
 
<div class="itemcontainer">
 
 
<!-- -------------- -->
 
<!-- START DOCUMENT -->
 
<div class="item">
 
<div class="bookitem">
 
[[Documentation:HTCC:GPA:AdminHelp:8.5.2|Admin User Guide]] Administrator instructions
 
</div>
 
</div>
 
<!-- FINISH DOCUMENT -->
 
<!-- --------------- -->
 
 
<!-- -------------- -->
 
<!-- START DOCUMENT -->
 
<div class="item">
 
<div class="bookitem">
 
[[Documentation:HTCC:GPA:AgentHelp:8.5.2|Agent User Guide]] Agent instructions
 
</div>
 
</div>
 
<!-- FINISH DOCUMENT -->
 
<!-- --------------- -->
 
 
</div>
 
 
 
 
 
 
 
 
 
 
 
= Gplus Adapter for Salesforce Administrator's User Guide=
 
 
__NOTOC__
 
 
Welcome to the ''G''plus'' Adapter for Salesforce''. These topics provide an overview of G''plus'' Adapter for Salesforce and are intended for use by administrators and agents. These topics also describe the product functionality and the user interfaces (UI).
 
 
==What is G''plus'' Adapter for Salesforce?==
 
 
Gplus Adapter for Salesforce is a complete contact center solution that adds flexible voice call routing to Salesforce using routing templates. These templates act as building blocks for the customer experience, making it possible for you to quickly use a simple menu-driven interface to create and deploy your own customized strategies for connecting calls to agents and employees.
 
 
==Features==
 
 
Some of the main features of G''plus'' Adapter for Salesforce include:
 
* Setting your state
 
* Making outbound calls
 
* Transferring calls to other agents
 
* Handling inbound calls
 
 
==About This User's Guide==
 
 
The following topic explains the product functionality of Gplus Adapter for Salesforce:
 
 
* [[Documentation:HTCC:GPA:GPAPrerequisites:8.5.2|Prerequisites]]
 
* [[Documentation:HTCC:GPA:GPAConfiguringScreenPopups:8.5.2|Configuring Screen Popups]]
 
* [[Documentation:HTCC:GPA:GPANotReadyReasonCodes:8.5.2|Not Ready Reason Codes]]
 
* [[Documentation:HTCC:GPA:GPADispositionCodes:8.5.2|Disposition Codes]]
 
* [[Documentation:HTCC:GPA:GPAToastAndCaseData:8.5.2|Toast and Case Data]]
 
 
 
 
 
 
 
=Prerequisites=
 
 
For detailed information about how to install and configure Workspace Web Edition & Web Services for Salesforce, start with the following topics:
 
 
*[[Documentation:HTCC:Dep:InstallationProcedures:8.5.2|Install Workspace Web Edition & Web Services]]
 
*[[Documentation:HTCC:Dep:ConfigurationPremise:8.5.2|Configuring Workspace Web Edition & Web Services]]
 
 
 
 
 
=Configuring Screen Popups=
 
 
Prior to an agent receiving a call, a query is built using the caller’s ANI amongst other key/value pairs of data received from the HTCC server.  The adapter logically ORs the callers ANI, as well as any variables whose key begins with the string "cti_"
 
The query is then sent to the CRM for searching and screen popping.
 
 
{{NoteFormat|The above applies unless there is a parameter key beginning with the string “id_”.  If there is such a string, the CRM is instructed to pop a specific object ID or Salesforce record and all further processing of the call variables are stopped.}}
 
 
===To screen pop a specific Salesforce object:===
 
Include a key starting with id_ in the user data of the call whose value is the object id of the Salesforce object you want to pop.
 
 
====Example:====
 
id_case : 005F0000002iL1G
 
 
{{NoteFormat|If an id_ key exists in the user data, no other screen pop logic with be executed and any cti_ entries will be ignored. If multiple id_ entries are in the user data, only the first will be used.}}
 
 
===To screen pop record(s) matching values:===
 
Include one or more keys starting with cti_ in the user data of the call whose values are the those you want to search for in Salesforce. Note that the types of objects that will be searched are configured in the Softphone Layout within Salesforce.
 
 
====Example:====
 
cti_firstName: Pavel
 
cti_location: Detroit
 
 
{{NoteFormat|Note that the adapter combines all cti_ entries along with the call ANI using OR logic. The example above would result in the following query to Salesforce: Pavel OR Detroit OR 5551212 (assuming 551212 was the ANI for the call).}}
 
 
 
 
 
=Not Ready Reason Codes=
 
 
Not Ready Reason Codes are provisioned using the Workspace Web Edition & Web Services Dashboard.
 
 
For more information about configuring these codes and other important options, please see [[Documentation:HTCC:IWWDep:Welcome:8.5.2|Workspace Web Edition Configuration Guide]] and [[Documentation:HTCC:API:AgentStateOperations:8.5.2|Agent State Operations Guide]]
 
 
 
 
 
 
=Disposition Codes=
 
 
Disposition Codes are provisioned using the Workspace Web Edition & Web Services Dashboard.
 
 
For more information about configuring these codes and other important options, please see [[Documentation:HTCC:IWWDep:Welcome:8.5.2|Workspace Web Edition Configuration Guide]] and [[Documentation:HTCC:API:AgentStateOperations:8.5.2|Agent State Operations Guide]]
 
 
 
 
 
=Toast and Case Data=
 
 
Toast and Case Data are provisioned using the Workspace Web Edition & Web Services Dashboard.
 
 
For more information about configuring these codes and other important options, please see [[Documentation:HTCC:IWWDep:Welcome:8.5.2|Workspace Web Edition Configuration Guide]] and [[Documentation:HTCC:API:AgentStateOperations:8.5.2|Agent State Operations Guide]]
 
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Latest revision as of 14:03, May 16, 2022

Gplus Adapter for Salesforce

The Gplus Adapter for Salesforce is an integrated solution that enables Salesforce users to handle contact center interactions seamlessly within Salesforce. The adapter is part of the Genesys Gplus Adapters, which provide out-of-the-box, pre-packaged, and vendor-validated solutions that integrate Genesys’ Customer Experience Platform to the leading CRM solutions. It's included as part of the Web Services and Applications installation package.

The adapter provides a single integrated agent desktop experience that offers rich data integration for screen pops and dispositioning. It presents complete customer information at a glance to more effectively serve customers in Salesforce Classic or Salesforce Console. The adapter leverages the Web Services API and the Salesforce Open CTI API.

There is now only one option available for the adapter:

Important
The Gplus Adapter for Salesforce for Classic Sales and Service console is no longer available.
This page was last edited on May 16, 2022, at 14:03.
Comments or questions about this documentation? Contact us for support!