UserTerritories
Represents the mapping between users and their assigned territories, supporting segmentation of data access and reporting in territory-based models such as field operations.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique system-generated identifier for the user-territory association record. |
| Global ID | String | True |
Universally unique identifier (UUID) for the record, used for cross-system integration or deduplication. |
| Link | String | False |
System-managed hyperlink reference to the full record in Vault, often used for navigation or API access. |
| Name | String | True |
Display name of the user-territory association; typically a combination of user and territory values. |
| Status | String | False |
Indicates the current lifecycle state of the record, such as Active, Inactive, or Pending. |
| Created By | String | True |
Username or system identifier of the user who created the record in Vault. |
| Created Date | Datetime | True |
Date and time when the record was initially created in the system. |
| Last Modified By | String | True |
Username or system identifier of the user who last modified the record. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update made to the record. |
| External ID | String | False |
Custom external identifier used to match records from third-party systems or legacy data sources. |
| Territory | String | False |
Reference to the specific sales territory assigned to the user in the Customer Relationship Management (CRM) model. |
| User | String | False |
Reference to the Vault user who is associated with the given territory. |
| Legacy CRM Id | String | False |
Identifier used in a legacy CRM system to map historical user-territory assignments. |