Assignment workbench overview
Summarize
Summary of Assignment Workbench Overview
The Assignment Workbench is a tool designed for customer service managers to efficiently and intelligently assign tasks to agents. It evaluates agents within a selected group based on configurable criteria such as skills and availability, then provides an overall ranking to simplify task assignment decisions. Managers can view agent lists, matching criteria, and rankings, and assign tasks with a single click.
Show less
Key Features
- Agent Evaluation and Ranking: Agents in the assignment group are ranked based on how well they match criteria like availability, skills, and assigned cases. Agents with identical criteria share the same rank.
- Configurable Filters: Managers can filter by assignment groups and add or remove skills, including mandatory skills required for tasks. Changes instantly update agent rankings and visibility.
- Mandatory Skills Support: When mandatory skills are enabled, agents are first filtered by these skills before being ranked on other criteria. Agents cannot modify mandatory skills themselves.
- Configurable Matching Rules: The workbench operates using matching rules and criteria, with a default rule for case assignment including availability, matching skills, and assigned cases. Administrators can customize or create new matching criteria and rules to fit organizational needs.
- Easy Access and Interaction: Accessible via the “Find Agents” icon on task forms (available based on record state and user permissions), the workbench allows sorting agents by any criterion and updating task assignments directly from the interface.
- Performance Settings: Supports pagination with configurable agents per page to optimize performance, recommending no more than 50 agents per page.
Practical Use for ServiceNow Customers
ServiceNow customers using Customer Service Management can activate the Assignment Workbench plugin to streamline task assignment workflows. The tool helps ensure tasks are assigned to the most suitable agents based on real-time data, improving efficiency and service quality. Managers can quickly identify the best agent for a task considering skills and availability, reducing manual workload and enhancing operational responsiveness.
Additional Configuration and Access Details
- Plugins: The Assignment Workbench plugin is included with Customer Service Management; a demo plugin is available for sample data.
- Tables and Roles: The workbench adds tables for matching criteria and rules, and roles such as Assignment Workbench and Skill User to control access.
- Properties: Configuration properties allow customization of interface elements like the “Find Agents” button label, opening mode (new window or inline), and pagination size.
Summary
The Assignment Workbench empowers ServiceNow customers to make data-driven, efficient task assignments by leveraging configurable criteria and real-time agent evaluation. It simplifies the assignment process, supports mandatory skill requirements, and integrates seamlessly within Customer Service Management workflows to enhance task routing and resource utilization.
The assignment workbench enables customer service managers to assign tasks to agents efficiently and intelligently. The workbench uses configurable criteria, such as skills and availability, to evaluate the agents in a selected group and provide an overall ranking. Managers can view these results and click one button to assign a task.
- A list of the agents in the task assignment group.
- The matching criteria used to evaluate the agents.
- An overall ranking for each agent in the assignment group.
- A filter with the current assignment group and the skills identified for the task, including any mandatory skills.
Agents are ranked from 1 to any number based on the criteria configured for the workbench. The more criteria that matches, the higher an agent's rank. When the criteria for two agents is the same, the agents have the same rank. Point to an agent's rank to display the details.
- Changing the assignment group displays a different list of agents.
- Adding or removing skills can change the agent ranking.
Configuring the assignment workbench
- Availability Today
- Matching Skills
- Assigned Cases
- Create one or more matching criteria.
- Create a matching rule with the Selection criteria matching type.
- Open the matching rule and add the desired matching criteria.
If you are using mandatory skills, you must replace the Matching Skills criterion in this matching rule with the Matching Skills - Mandatory Skills Support criterion to match agents with mandatory skills required for a case.
Using the assignment workbench
Sort the list of agents by any of the matching criteria by clicking the desired column header, which reorders the suggested agents based on the selected criteria.
Select a different assignment group from the Group list in the filter. The list of agents is updated based on the selection. If the selected group does not contain any agents, a message is displayed to select another group.
Add or remove skills from the Skills list in the filter. These selections are reflected in the Matching Skills column.
Skills that have been identified as mandatory for a task are displayed in the Mandatory Skills Added list. These selections are also reflected in the Matching Skills column. You cannot add or remove skills from this list.
Select an agent and click Assign to assign the task. The workbench closes and returns to the Case form. The Assigned to field is updated with the selected agent. Click Save on Case form to save this assignment.
Plugins
The Assignment Workbench plugin (com.snc.assignment_workbench) is activated as part of Customer Service Management.
The Case Assignment Workbench Demo plugin (com.snc.case_assignment_workbench_demo) provides demo data for the workbench.
Tables
| Table | Description |
|---|---|
| Matching Criteria [matching_dimension] |
Stores the matching criteria that can be used to create a configuration for the assignment workbench. |
| Select Criteria [matching_dimension_for_assignment] |
Stores the matching criteria for an assignment workbench configuration matching rules. |
| Matching Rule [matching_rule] |
Stores matching rules, including the matching rules that configurations for the assignment workbench. |
User Roles
| Role title [name] | Description | Contains roles |
|---|---|---|
| Assignment workbench [assignment_workbench] |
Provides access to the assignment workbench for customer service agents and consumer service agents. | Skill user [skill_user] |
Properties
| Property | Description |
|---|---|
| assignment_workbench.find.agents.title | Title for the macro button.
|
| assignment_workbench.new.window | When enabled, opens the assignment workbench in a new window.
|
| assignment_workbench_no_of_agents | Number of agents per page. (To get better performance, do not use more than
50 agents per page.)
|