Disponible con licencia de Business Analyst.
Resumen
Adds records (features) or updates existing records for the specified level.
Uso
Specifies an existing territory solution.
Specifies the level where records are to be added.
A point layer will add records to the Territories Centers layer.
A polygon layer will add records to the Territories Boundary layer.
The tool requires a feature layer or table for input.
Sintaxis
LoadTerritoryRecords(in_territory_solution, level, in_data, {id_field}, {name_field}, {field_map}, {append_data})
Parámetro | Explicación | Tipo de datos |
in_territory_solution | The input territory solution. | Group Layer; Feature Dataset; String |
level | The level where the data will be loaded. | String |
in_data | The layer or records to be loaded. | Table View |
id_field (Opcional) | The field containing ID values to be loaded into the level. | Field |
name_field (Opcional) | The field containing name values to be loaded into the level. | Field |
field_map [[attribute, field],...] (Opcional) | Sets the values for the territory properties.
| Value Table |
append_data (Opcional) | Specifies where to append or replace the records being loaded.
| Boolean |
Salida derivada
Nombre | Explicación | Tipo de datos |
out_territory_solution | The updated territory solution. | Group Layer |
Muestra de código
The following Python window script demonstrates how to use the LoadTerritoryRecords tool.
import arcpy
arcpy.td.LoadTerritoryRecords("Territory Solution", "Level[1]", r"C:\Temp \sampledata.gdb\StoreLocations", "ID", "Name", None, "REPLACE")
Entornos
Información de licenciamiento
- Basic: Requiere Business Analyst
- Standard: Requiere Business Analyst
- Advanced: Requiere Business Analyst