Rebuild Territory Solution (Territory Design)

Disponible con licencia de Business Analyst.

Resumen

Updates the territory solution to reflect changes made to the base level.

Uso

  • The input data must be an existing territory solution layer.

  • Territory levels are rebuilt with the correct territory ID.

  • If the parent ID is updated in the base level attribute table, the territory level is not automatically updated to reflect the changes. You must rebuild to propagate the changes to the upper level.

  • The following changes are supported by the tool:

    • Edits to the geometry of the base layer, for example, add, move, and delete.
    • Updates to attribute value; for example, attribute values will be aggregated to the upper level with rebuild.
    • Updates to parent ID.

  • Removing fields is not supported.

  • If territories are manually updated using the Territory Design ribbon tools—for example, Assign and Unassign—the upper level territory will automatically update and you will not need to rebuild.

Sintaxis

arcpy.td.RebuildTerritorySolution(in_territory_solution, {in_boundary_mask})
ParámetroExplicaciónTipo de datos
in_territory_solution

The input territory solution.

Group Layer; Feature Dataset; String
in_boundary_mask
(Opcional)

The layer that is used as a mask to limit the growth of point-based layers.

Feature Layer

Salida derivada

NombreExplicaciónTipo de datos
out_territory_solution

The updated territory solution.

Group Layer

Muestra de código

RebuildTerritorySolution example (Python window)

The following Python window script demonstrates how to use the RebuildTerritorySolution tool.

import arcpy
arcpy.td.RebuildTerritorySolution("TD")

Información de licenciamiento

  • Basic: Requiere Business Analyst
  • Standard: Requiere Business Analyst
  • Advanced: Requiere Business Analyst

Temas relacionados