Countries2
Contains a standardized list of countries used across Vault applications, supporting localization, regional compliance, and address normalization. This is typically used for geographic classifications and reporting.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the country record, used as the primary key in the system. |
| Country Type | String | True |
Specifies the Vault object type associated with the country, typically used to categorize or identify the record within the schema. |
| Global ID | String | True |
System-generated global identifier used for cross-system referencing and integration across multiple Vault instances. |
| Link | String | False |
System-managed hyperlink that provides a direct reference to the record within the Vault user interface or API. |
| Name | String | False |
The internal name assigned to the country record within Vault, often used for sorting or lookup operations. |
| Status | String | False |
Indicates the current lifecycle state or operational status of the country record, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or ID of the user who originally created the country record in Vault. |
| Created Date | Datetime | True |
Date and timestamp indicating when the country record was first created in Vault. |
| Last Modified By | String | True |
Username or ID of the user who last updated the country record. |
| Last Modified Date | Datetime | True |
Date and timestamp of the most recent modification made to the country record. |
| Country Code | String | False |
Two-letter ISO Alpha-2 country code (for example, US, FR, DE) used for standardized country representation in global applications. |
| Country Name | String | False |
Full official name of the country, such as 'United States', 'France', or 'Germany', is displayed for user-friendly identification. |
| Owner | String | False |
Reference to the user or role designated as the owner of the record, who is typically responsible for maintaining the country entry. |
| Legacy CRM Id | String | False |
Identifier used in legacy Customer Relationship Management (CRM) systems to reference the country, included for backward compatibility and migration purposes. |