---
sourceDocument: Australia Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/customer-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Route and assign cases

# Routing and assigning customer service cases {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

The case routing feature uses matching rules and
assignment rules to identify customer service cases that meet certain conditions and then route
those cases to customer service agents.

## Overview

Create one or more matching rules that establish specific conditions that a
case must meet before it can be routed to an agent. Then use an assignment rule to route
those cases to agents based on product knowledge and availability. You can also invoke the
MatchingRuleProcessor API to execute the matching rules and return a list of users
(sys_ids).{#c_CaseRouting__t_intro}

## Matching Rules

Matching rules are based on two defined sets of conditions, one that
identifies specific case attributes and another that identifies the agent resources best
suited to handle cases with these attributes. Matching rules are created using the Matching
Rule form.{#c_CaseRouting__hr_intro}

To identify case attributes, select a table that stores the task type (for example, the
Case table) and then use a condition builder to create one or more conditions that a case
must meet before being routed. For example, you can build conditions for a specific account
and product or for a specific product and priority level.  
To identify an agent resource, use one of the following resource matching methods:

* Simple: Select the resource name from a list of users.
* Advanced: Build conditions that filter the available agent resources. These conditions can be based on user role, agent group, specific skills, work load, or agent availability.
* Scripted: Create a customized script to identify agent resources.
{#c_CaseRouting__ul_lx4_dhd_gt}Another resource matching method, Selection Criteria, can be used to create a matching rule with selected matching criteria for use with the assignment workbench.

## Assignment Rules

Use assignment rules to automatically assign task to users and groups. Create an assignment rule for a matching rule by selecting the Create assignment rule related link on the Matching Rule form. When the matching rule conditions are met, a case can be routed to a user or a group using the assignment rule. The assignment rule is applied only if the task isn't already assigned to another user or group.  
Nota:  
Matching rules and assignment rules are independent records with no synchronization. If you change the Applies to component of the matching rule, it isn't reflected in the assignment rule.  
When you create an assignment rule, you select the following:

* The table for the task type and the conditions that must be met before the task is assigned.
* The user or the group to which the task is assigned.
{#c_CaseRouting__ul_abj_m1s_rx}Alternately, you can create a script to further customize the assignment rule.
* **[Invoke the MatchingRuleProcessor API](https://servicenow-prod.fluidtopics.net/4LwgOjAJsFR45nWvVlRSlA)**   
  After you create one or more matching rules, you can invoke the MatchingRuleProcessor API and run the rules.
* **[Reverse matching](https://servicenow-prod.fluidtopics.net/Ce_NXB1YOpI_dK7rw0N5XQ)**   
  Reverse matching uses the same matching rules to match tasks to a resource rather than resources to a task.

**Tópicos relacionados**   

* [Assignment rules module](https://www.servicenow.com/docs/access?context=c_AssignmentRulesModule&version=australia&pubname=australia-platform-administration&ft:locale=en-US)

