Task Management Controls

Available in CallScripter v 4.5.30 onwards.
 
Change Type
Description
Version Number
New controls
N/A
4.5.30+
Web Service
Tasks.asmx now available as a web service, allowing tasks to be manipulated in the message queue table (tblMQs) - for example, to edit an existing task.
4.5.35
 
Task management allows the script builder to add a single, or sequence of "tasks" for follow up activity by an agent as part of a post call workflow or escalation process.  The Task management controls are a replacement for the older message queue and workflow functionalities, for which it is essentially a front end, removing the need to insert, complete or cancel tasks using Database Get controls with complex SQL statements.
 
Agents will be alerted to tasks in the Task Management area of the Agent Desktop.
 
To create a Task Management Script, you will need to:
  • Create the script that will trigger the follow up task, using the Task Management - Insert Task control where appropriate.
  • Create a management script where the agents can see and action tasks assigned to a specific user group, using the Task Management Control.
  • Link the management script to a "DDI" in the DDI Administrator so that when an agent clicks on the outstanding tasks link in the  Task Management area of the Agent Desktop, the correct script opens.
 

Adding Tasks

Tasks are added using the Task Management - Insert Task control.  This control enables you to define a list of action items for the agent to be carried out, a pre-defined period of time after the last task was actioned.
 
 

Variables

The following script variables need to be added to allow the task management controls to function correctly:
 
Var_csMQID
Var_csMQReference
Var_csMQTasks