Contents
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.
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
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