Territories
Lists sales territories defined for geographic or vertical segmentation, assisting with record assignment and reporting.
Select
All the filters are executed at client side within the component.
SELECT * from Territories;
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier of the territory. |
| Name | String | Name of the territory. |
| ParentId | String | Unique identifier of the parent territory, if there is one. |
| Criteria | String | Criteria that define the scope or assignment rules of the territory. |
| Managername | String | Name of the user assigned as the manager of the territory. |
| Managerid | String | Identifier of the manager assigned to the territory. |
| CreatedByName | String | Name of the user who created the territory. |
| CreatedById | String | Identifier of the user who created the territory. |
| ModifiedByName | String | Name of the user who last modified the territory. |
| ModifiedByid | String | Identifier of the user who last modified the territory. |
| CreatedAt | Datetime | Date and time when the territory was created. |
| ModifiedAt | Datetime | Date and time when the territory was last modified. |
| Desription | String | Description of the territory, if provided. |