Source: https://vaultcrmhelp.veeva.com/doc/Content/CRM_topics/TerritoryManagement/AssignAccts/CreateTerr.htm

## Creating and Assigning Territories

Territory Managers can create territories and assign accounts and users to the appropriate territories. Territories are arranged in a hierarchical structure, with each territory having a parent territory.

**Who can use this feature?**

* Territory Managers – Browser
* [Create Territories](#Creating)
* [View Territories in the Hierarchy](#Viewing)
* Users do not require an additional license

### Configuring Creating Territories for

[![Closed](../../../../Skins/Default/Stylesheets/Images/transparent.gif)Territory Managers](#)

To configure this feature:

1. Ensure [Configuring Territory Management](../Config.htm) is complete.
2. Navigate to **Admin > Configuration > Objects > account\_territory\_\_v > Fields > manual\_\_v**.
3. Ensure the default value is **false**.

### Creating a Territory as

[![Closed](../../../../Skins/Default/Stylesheets/Images/transparent.gif)Territory Managers](#)

To create a territory:

1. Navigate to the **Territories** tab of the Territory Management menu.
2. Select **Create** from the Global create button.
3. Populate the following fields:

   * Name
   * API Name – If this field is left blank, it automatically populates based on the input name. When populating this field manually, only use alphanumeric characters and underscores. The API name cannot contain two consecutive underscores or begin with an underscore.
   * Country – Defines the country of the territory
   * Parent Territory – Select the appropriate territory\_\_v record to serve as the territory's parent. Every territory\_\_v record in a Vault CRM instance should have a parent, except for one root territory. Multiple territory hierarchies are not supported in Vault CRM, meaning every Vault CRM instance should have exactly one root territory.

     Each territory can have up to 100 direct child territories. See [Territory Management Limits and Best Practices](../TMBestPractices.htm) for more information.
4. Select **Save**.

#### Assigning Accounts to Territories

To assign an account to a territory:

1. Navigate to either the **Account Territories** tab or the Account Territories section of the appropriate territory.
2. Select **Create**.
3. Populate the following fields:

   * Account – Select the appropriate account\_\_v record
   * Manual – Select Yes
   * Rule-based – Select No

   Account Territories created via [Territory Assignment Rules](CreatingAssignmentRules.htm) automatically have Manual populated as No and Rule-based as Yes. If an Account Territory is created via data-loading with No selected for both Manual and Rule-based, the record is automatically deleted.
4. Select **Save**.

When an account\_territory\_\_v record is created, a corresponding tsf\_\_v record is also created, if one does not already exist, with the following properties:

* account\_\_v – The account\_\_v record from the account\_territory\_\_v record
* territory\_\_v – The territory\_\_v record from the account\_territory\_\_v record
* external\_id\_\_v – Populates using the following format:

  account\_\_vr.id"\_\_\_"territory\_\_vr.name\_\_v

Duplicate account\_territory\_\_v records are not supported in Vault CRM.

#### Assigning Users to Territories

To assign a user to a territory:

1. Navigate to either the **User Territories** tab or the User Territories section of the appropriate territory.
2. Select **Create**.
3. Populate the **User** field with the appropriate user\_\_sys record.
4. Select **Save**.

#### Assigning Geographies to Territories

Geographies are groupings of postal codes or bricks associated with the territory. Geographies are used in [Territory Assignment Rules](#) to automatically assign accounts in geographies assigned to a territory.

To assign a geography to a territory:

1. Navigate to either the **Geography Territories** tab or the Geography Territories section of the appropriate territory.
2. Select **Create**.
3. Populate the following fields:

   * Geography Type – Available values are:
   * Postal Code – Designates the geography as representing a postal code
   * Brick – Designates the geography as representing a brick
   * Geography – Enter the appropriate brick or postal code, depending on the selected Geography Type
   * Country – Select the appropriate country. This field is required if account address data also includes a country. [Territory Assignment Rules](CreatingAssignmentRules.htm) only consider account addresses where the address's country and postal code or brick match the values on the geography\_territory\_\_v record.
4. Select **Save**.

### Viewing Territories in the Hierarchy as

[![Closed](../../../../Skins/Default/Stylesheets/Images/transparent.gif)Territory Managers](#)

Territory Managers can view the list of territories in their Vault CRM instance in a tree view to illustrate the territory hierarchy's structure:

1. Navigate to the **Territories** tab of the Territory Management menu.
2. Expand the appropriate child territory of the root territory.
3. Repeat this process for the appropriate descendant territories to view the hierarchy to the desired level of detail.
4. Search for territories using the search bar at the top of the page. Matching results automatically expand all necessary nodes in the territory tree to display the result.

Territory Managers can also perform certain actions on territories directly from the Territories tab by selecting the All Actions menu next to the appropriate territory.

![](../../../Resources/Images/TM/ViewTerrTree.png)

The following actions are available:

* Edit – Edits the selected territory
* Delete – Deletes the selected territory. Only non-parent territories can be deleted using this action. When a territory is deleted, the following records related to the territory are also deleted:
* account\_territory\_\_v
* geography\_territory\_\_v
* user\_territory\_\_v
* assignment\_rule\_\_v
* Run Assignment Rules – Evaluates accounts against the selected territory and its descendants using the territory's defined assignment rules. This option only displays if [Creating Territory Assignment Rules](CreatingAssignmentRules.htm) is enabled.
* Create Territory – Creates a new territory\_\_v record with the selected territory automatically populated as the territory's parent

### Related Topics

[Territory Management Limits and Best Practices](../TMBestPractices.htm)

[Creating Territory Assignment Rules](CreatingAssignmentRules.htm)

[Using the Account Territory Loader](ATL.htm)
