Supported CRMs | Bullhorn, Microsoft Dynamics, Oracle NetSuite, Salesforce, ServiceNow, SugarCRM, Tier1 CRM, Zendesk NOTE: Certain Advanced Workflow features are specific to certain CRMs where indicated. |
Supported PBX systems | All phone systems supported by Tenfold. Features may vary by system. For example, some phone systems support attached data while others do not. |
Note
This topic is intended for users who are learning how to use the Advanced Workflow feature. It is suitable for users who are creating their first workflow. More advanced users should refer to Advanced Workflow reference for an in-depth explanation of workflow features.
The Launcher feature in Advanced Workflow lets you configure links to web sites which are accessible to users in the UI.
NOTE: For more advanced workflow information, see Configure workflows using Manage Workflows. For a reference detailing the complete capabilities of Tenfold workflow, see Advanced Workflow reference.
To create weblinks using Launcher:
In Tenfold Dashboard, click Features at the top of the page and then click Advanced Workflow in the left-hand navigation links.
If Advanced Workflow is disabled, click the pill button at the top of the screen so it turns green and displays "Enabled."
Click Manage Launcher.
Click Create New Link.
From the Teams list, select All Teams or the specific teams that will have access to the links.
From the Role list, select the roles that will have access to the links.
Continue to the next section to see how to create a workflow using default parameters. Refer to this section to see an example using custom parameters (for example, static values).
The parameters included with the weblink workflow offer some common CRM information you can use in conjunction with URLs.
At the top of the form which displays, click the "Link 1" default text and type a descriptive name for the workflow.
This text displays in the Tenfold UI to help users understand what the link does.
Click Add Description to enter some text describing the purpose of this link (optional).
This information is only visible in Dashboard.
Under Link Type, select how this link will display. In this example, Toolbar is selected.
As you make changes to the link configuration, your selections are reflected in the preview window.
Global Link Menu
A globe displays in the lower-right corner of the UI. Clicking the globe icon opens a list of weblinks.
NOTE: The Call object, shown in this example, is unsupported by the Global Link Menu.
"More Links" Menu
Displays as a list of links in a "Links" section on the back side of the contact card. The links only display during interactions, such as calls, and accept call attributes for use as parameters in the configured URL.
Toolbar
Displays in the lower-left corner of the UI. The links only display during interactions, such as calls, and accept call attributes for use as parameters in the configured URL.
Configure the appearance of the link using the Text Color and Background Color selectors.
Click inside the selection fields to open the color selector, or type hexadecimal color values in the fields.
Enter the URL for the link in the URL field.
NOTE: Be sure to include the protocol (http, https).
Add your parameters.
This example will search Google for a caller's phone number. To include this information:
First field = q
Middle field = Call
Third field = Phone Number
In this example,
Call.phoneNumber
(phone number for the record in context) defines the CRM object and property to search for. The variable nameq
is needed to supply the search engine with the CRM value (in this example, a phone number). Other URLs may require different parameters, so try setting up an example in the address bar of your browser first to see how the query looks before attempting to configure it in Tenfold.Every time the user clicks the link, the browser will submit these parameters along with the URL. However, since the phone number depends on the object currently in context, the value submitted will vary.
Click Save to apply your changes.
The link appears to the end user in the UI as shown, using the text and colors specified in the configuration.

Before you try the link in Tenfold, be sure to refresh your UI if you were logged in to your CRM while editing the link.
When you click the link, a Google search page opens with the phone number for the record in the current context (here, Paul Carpenter).

Notice that the query uses the q
variable defined in the workflow configuration along with the call.phoneNumber
value for the contact.
Type a name for the workflow.
Enter an optional description for the workflow.
Under Link Type, select how this link will display. This example uses Global Link Menu.
Configure the appearance of the link using the Text Color and Background Color selectors.
Click inside the selection fields to open the color selector.
Enter the URL in the URL field.
Click +Add Parameter to add any parameters and variables you want to include.
These custom parameters search for a specific type of item. Note that each row includes an additional parameter. The parameters you can use depend on the website's support and configuration.
This configuration searches for 27" monitors costing less than $200.
tbm = required parameter in Google to direct the user to the shopping area
q = required variable name in Google used to hold the value to search for
27" monitor under 200 = the string to search for (the value of the variable q)
Tip
Different systems require different parameters in the URL to perform searches or other tasks. It's helpful to try pasting your URL from the URL preview field into your browser address bar before saving your workflow. Testing while you're editing can save time when constructing your URL and parameters.
Click Save to apply your changes. Be sure to refresh your UI if you are logged in to your CRM while editing the link.
The link appears to the user in the selected colors with the title text. It is accessible under the globe icon:

Clicking the link inserts the query in the address bar:

Note that the parameters in the URL query correspond to option selections in the UI.
You can use custom parameters to create queries on a variety of systems.
Workflow Launcher includes menus for selecting parameters to use in webLink workflows. The standard list includes the following variables:
NOTE: Your list may include customized parameters specific to your organization.