Available with Business Analyst license.
Summary
Creates a new territory solution and imports the territories hierarchy from a table or a layer.
Usage
The input data should have a hierarchical structure.
Specifying more than a single level will create a hierarchy.
Syntax
ImportTerritorySolution(in_data, solution_name, level_settings)
Parameter | Explanation | Data Type |
in_data | The layer or records to be imported. | Table View |
solution_name | The name of the territory solution to be created. | String |
level_settings [[level_name, territory_name_template, id_field, name_field, parent_id_field, primary_feature_class],...] | The level settings for importing the territories hierarchy.
| Value Table |
Derived Output
Name | Explanation | Data Type |
out_territory_solution | The updated territory solution. | Group Layer |
Code sample
The following Python window script demonstrates how to use the ImportTerritorySolution tool.
import arcpy
arcpy.td.ImportTerritorySolution("zips", "Territory Solution", "Base BaseName ID NAME TerritoryID BASE_BOUNDARIES;Territories Territory TerritoryID # # TERRITORY_BOUNDARIES")
Environments
Licensing information
- Basic: Requires Business Analyst
- Standard: Requires Business Analyst
- Advanced: Requires Business Analyst