DeliveryProfileLocationGroupCountryProvinces
Lists regions/provinces associated with the specified country in a location group.
View-Specific Information
Select
The server processes all filters client-side within the server. The following query is the only one processed server-side:
SELECT * FROM DeliveryProfileLocationGroupCountryProvinces
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The globally unique identifier of the province record within the delivery profile location group. | |
| CountryId | String | The globally unique identifier of the country associated with this province. | |
| Code | String | The standardized code of the province, state, or region. | |
| Name | String | The full name of the province, state, or region. | |
| TranslatedName | String | The translated name of the province, state, or region, based on the system's locale. |