Configuring advanced popping
If enabled for your account, you can configure advanced popping features using standard Salesforce point-and-click features SoftPhone layouts.
How do I configure advanced popping features?
To configure advanced popping features, perform the following steps:
- Go to SoftPhone Layouts within Setup in Salesforce.
Locate the appropriate SoftPhone layout—you might only have one layout, or you might have several for different user profiles for example. To the left of the item, click Edit. SoftPhone Layout Edit appears.
Provide the following information. Only the fields that affect screen popping are included in the following table. For more information on any of the sections or fields, see Salesforce help:
Section Field Description Select Call Type The type of call that these parameters affect—select Inbound. This configuration relates to popping behavior in response to an incoming call.
Softphone Layout Display these salesforce.com objects Contains the Salesforce objects that you want to search and, optionally, pop. Click Add / Remove Objects to expand the collapsed section to add and remove objects.
CTI 2.0 or Higher Settings—Screen Pop Settings No matching records Describes the screen popping behavior if the caller's CLID matches no existing Salesforce records of the type or types you select in Display these salesforce.com objects. You can choose from four options: - Don't pop any screen. If you do not want Vonage Contact Center to do anything if no matches are found, click Don't pop any screen. This option is enabled by default.
- Pop to a new Salesforce object. If you want Vonage Contact Center to open a new Salesforce object record for the agent to create containing details of the call, click Pop to a new and click the appropriate object type in the list.
- Pop to Visualforce page. If you want to customize the screen that Vonage Contact Center pops—for example, use different call related data to search for a match—click Pop to Visualforce page and search for and select the Visualforce page you create for this purpose. For information about creating a Visualforce page for this purpose, see the How do I create a Visualforce page to pop? section later in this page.
- Pop to flow. This option is not currently supported.
Single-matching record Describes the screen popping behavior if the caller's CLID matches a single existing Salesforce record of the type or types you select in Display these salesforce.com objects. You can choose from four options: - Don't pop any screen. If you do not want Vonage Contact Center to do anything if a single match is found, click Don't pop any screen.
- Pop to detail page. If you want Vonage Contact Center to pop the matching Salesforce record, click Pop to detail page and click the appropriate object type in the list. This option is enabled by default.
- Pop to Visualforce page. If you want to customize the screen that Vonage Contact Center pops, click Pop to Visualforce page and search for and select the Visualforce page you create for this purpose. For information about creating a Visualforce page for this purpose, see the How do I create a Visualforce page to pop? section later in this page.
- Pop to flow. This option is not currently supported.
Multiple-matching records Describes the screen popping behavior if the caller's CLID matches multiple existing Salesforce records of the type or types you select in Display these salesforce.com objects. You can choose from four options:- Don't pop any screen. If you do not want Vonage Contact Center to do anything if multiple matches are found, click Don't pop any screen.
Pop to search page. If you want Vonage Contact Center to pop a Salesforce search page that displays all of the records that match the caller's CLID, click Pop to search page. This option is enabled by default.
The standard Salesforce search results contain all object types in your organization, not just the objects you choose in the Display these salesforce.com objects field.- Pop to Visualforce page. If you want to customize the screen that Vonage Contact Center pops—for example, a custom search page—click Pop to Visualforce page and search for and select the Visualforce page you create for this purpose. For information about creating a Visualforce page for this purpose, see the How do I create a Visualforce page to pop? section later in this page.
- Pop to flow. This option is not currently supported.
Click Save. Your changes are saved. Note that it takes a few minutes (or sometimes just a browser refresh) for these settings to take effect.
How do I create a Visualforce page to pop?
If you want to customize the popped page, you must use a Visualforce page.
To create a Visualforce page for screen popping, perform the following steps:
- Go to Visualforce Pages within Setup in Salesforce.
At the top of the list of Visualforce pages, click New.
A new Visualforce Page appears.
Type the following information:
Field Description Example Label A label that identifies the page in Setup tools. Alternative Pop Page For No Match Name The unique name that identifies the page in the API. The name must contain only alphanumeric characters. For further restrictions on field contents, click Help for this Page. AltPopPageForNoMatch Description An optional description of the page. If no matching record is found, pop this alternative search page In the Visual Markup section, enter the code for the Visualforce page.
To build complex popping logic, create an Apex controller for your Visualforce page. For information about creating Apex classes, see Salesforce help.When your page, or class, is called, the following arguments are sent in the query string:
Value Description ANI The automatic number identification (ANI) is the caller's telephone number or CLID. The ANI is in national or international format depending on your account settings. If in international format, the ANI contains a leading plus sign (+), which is HTML-encoded; if in national format, the ANI contains just the local number. The ANI does not contain any brackets, dots or hyphens. DNIS The number that the caller dialed. callGUID The unique identifier for the call, in standard GUID format. This value is saved in a Salesforce task automatically created at the end of the call. timestamp A string representing the time, in Unix format, that the call is delivered to the agent. Use http://www.epochconverter.com to translate the timestamp into a user-friendly format. Query String format
Your query string would look like this: https://c.eu2.visual.force.com/apex/VisualForcePage?callGUID=01521a59-4a06-4739-85cd-13c91ff2f67c&DNIS=01888698080&ANI=%2B447123555456×tamp=1452180247
- Click Save.
To use your new page when an inbound call arrives, select the Visualforce page in the relevant field in the appropriate SoftPhone layout.
Advanced popping examples
The following examples demonstrate how to use advanced popping features.
For general assistance, please contact Customer Support.
For help using this documentation, please send an email to docs_feedback@vonage.com. We're happy to hear from you. Your contribution helps everyone at Vonage! Please include the name of the page in your email.