Territories
Territories subdivide a configuration. They help to structure responsibilities and data. Entities such as Resource, Customer or Task relate to a Territory. Territories may be organized geographically or functionally.
omd.domain.s4.Territory
Attribute | Description |
---|---|
name* | The identifier of the territory. This identifier must be unique within the configuration. |
description | A brief description of the territory. |
A comma-separated list of recipients who receive territory-related messages such as notes from mobile workers within the territory. |
A territory is usually implicitly uploaded along with a task, resource or customer. However, it can be explicitly uploaded in advance.
Example
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Upload>
<omd.domain.Configuration>
<omd.domain.s4.Territory name="Territory-1" description="Northern region." email="head.of.territory1@smart-services.com"/>
</omd.domain.Configuration>
</Upload>