Category Archives: CRM

CRM Advanced Find can add items to Dynamics Telephony Progressive Dialer

Our Progressive Dialer will allow you to process a large amount of phone-calls in the most efficient way. The calls can be processed by one or multiple agents, using Dynamics Telephony queues-based Progressive Dialer

This is the procedure for starting with a CRM Advanced Find, of contacts, accounts or leads, and adding them to a CRM Queue which Dynamics Telephony is monitoring and feeding to agents, for them to process and dial using Progressive Dialer

A. Create a new queue in CRM
1. CRM: Settings > Business Management > Queues
2. NEW Queue
– Give it a name
– Choose “Public” (any user can see), or Private (only assigned users can see it)
– Save and Close

B. Configure Dynamics Telephony to monitor the queue
1. DT: Cog > Queue Settings
2. Add a new queue using the ” + ” at the bottom
3. Select the queue you made in A above.

C. Add items to the queue ( repeat this section as often as you like )
1. Run Advanced Find to find your required Contacts, Accounts or Leads
2. Select All and, on the ribbon, click “Quick Campaign” > “For all records on all pages
– Give the Quick Campaign a name. Click NEXT
– Set “Phone Call” as activity type
– Checkbox “Add the created activities to a queue”
– Select the queue. Click NEXT
– You just need to fill in “Subject”.
NOTE This “subject” is reported in the Dynamics Telephony statistics. I usually use something like “Widget A renewals Jan 2016”

Now go “Ready” in DT and the items should come through. Of course, there may well be other items in other queues first so test with care.

Workflow to add phonecall for contacts to a specific queue

This workflow will be available to a contact, or a set of selected contacts. It will create a phonecall for each contact and put it in a queue of your choice. Now, with Dynamics Telephony Queues enabled, you can process each contact using the progressive dialer.

How it is used

Filter down to the contacts you want to add to progressive dialing. Select all and run the workflow per the screenshot below.
Run workflow with lookup record

A more specific search can also be done using Advanced Find to get the leads that you need. Start by opening the Advanced Find window.

Advanced Find button

Next, make the selections needed in order to get the desired results. In this case, the search is for Contacts that have an Full Name which Equals the text Mary.

Advanced Find make selection Contacts

Click Results to bring back all the contacts which fit the search, then run the workflow.

How to make the workflow

Two workflows are required for this to work correctly. An on-demand workflow as well as a child workflow must be created. The reason for this is to access the current user.

First, create the child workflow as per the screenshot below.

Capture

 

Step 1 is to click Add Step and select Create Record. Enter a short description of the step and select Phone Call from the dropdown menu. Click Set Properties and enter the fields as per the screenshot below.

Phone call set properties child workflow

Step 2 is to create another record. Enter a description again and select Queue Item from the dropdown. Click Set Properties and enter the fields as per the screenshot below.

In the queue field, lookup and select the name of the queue where you want the queue item to go.

Queue item set properties child workflow

Now that the child workflow has been created and saved, the next task is to create the on-demand process which will call the child process.

Create a new workflow as per the screenshot below. This workflow is on-demand and uses entity contact.

Main workflow sales calls january

Step 1 is to update the contact so the “Modified By” user gets set to the current user. In this way, the next step can get the current user. This is a well known trick to access the current user.

Main workflow update contact

Step 2 is Start Child Workflow. Select Contact from the dropdown to see the child processes on a contact entity. Then select the child process for the next selection by clicking the lookup.

See the screenshot below.

Main workflow start child workflow

Once complete, ensure to activate both workflows.

Queue member management

Queue item flow can be controlled in standard CRM, and in Dynamics Telephony. The controls achieve different results explained below

CRM queue control

In Dynamics CRM, a queue can have members who are the only people that will receive queue items via Dynamics Telephony. You can add individual members, or you can add a team. You can easily remove individuals or teams from the queue too.

In this screen snap note the queue must be private in order to be able to specify queue members. Note how you can add or delete members. And remember to save at the end.

Access this form at Settings > Business Management > Queues and click on the queue you want.

crm_queue_member_control

Dynamics Telephony queue control

When you turn off a queue in Dynamics Telephony, it turns it off for all users.

 

 

Workflow to add phonecall for leads to my queue

This workflow will be available to a lead, or set of selected leads. It will create a phonecall for each lead and put it in your personal queue. Now, with Dynamics Telephony Queues enabled, you can process each lead using the progressive dialer.

How it is used

Filter down to the leads you want to add to progressive dialing. Select all and run the workflow per this screen shot.

add_due_phonecall_for_this_lead_to_my_queue_5

A more specific search can also be done using Advanced Find to get the leads that you need. Start by opening the Advanced Find window.

Advanced Find button

Next, make the selections needed in order to get the desired results. In this case, the search is for Leads that have an Address 1: County which Contains the text Tipp.

Advanced Find make selection

Click Results to bring back all the leads which fit the search, then run the workflow.

How to make the workflow

Two workflows are required for this to work correctly. An on-demand workflow as well as a child workflow must be created. The reason for this is to access the current user.

First, create the child workflow as per the screenshot below.

Lead to default queue - child workflow

Step 1 creates the phonecall setting the various fields as shown

add_due_phonecall_for_this_lead_to_my_queue_3

Step 2 create the queue item specifying the current users queue

add_due_phonecall_for_this_lead_to_my_queue_4

Now that the child workflow has been created and saved, the next task is to create the on-demand process which will call the child process.

Create a new workflow as per the screenshot below. This workflow is on-demand and uses entity lead.

Lead to default queue - main workflow

Step 1 is to update the lead so the “Modified By” user gets set to the current user. In this way, the next step can get the current user. This is a well known trick to access the current user.add_due_phonecall_for_this_lead_to_my_queue_2

 

Step 2 is Start Child Workflow. Select Lead from the dropdown to see the child processes on a lead entity. Then select the child process for the next selection by clicking the lookup.

Lead to default queue - child workflow properties

Once complete, ensure to activate both workflows.