title: "Country" category: reference tags: [entity, country, datamodel] source: Entities.xml date: 2026-04-17 status: published
Country
Type: Entity Properties: 15 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Country")· ../tables/Country
Contextsbewerken
- 0: Standaard (
CountryContext.None)
Statussenbewerken
- -1: Trash (
CountryStatus.Trash) - 0: None (
CountryStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CNTRID | 9 | false | |
| Code | UltimoString | CNTRCODE | 11 | true | |
| Context | Context | CNTRCONTEXT | false | ||
| DataProvider | UltimoString | CNTRDATAPROVIDER | 50 | true | |
| Description | UltimoString | CNTRDESCR | 200 | true | |
| Exported | Boolean | CNTREXPORTED | false | ||
| ExternalId | UltimoString | CNTREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CNTREXTERNALSTATUS | 50 | true | |
| ISOCodeLong | UltimoString | CNTRISOCODELONG | 3 | true | |
| ISOCodeShort | UltimoString | CNTRISOCODESHORT | 2 | true | |
| ISONumber | UltimoString | CNTRISONUMBER | 3 | true | |
| ProviderMutationDate | DateTime? | CNTRPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | CNTRRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CNTRRECSTATUS | false | ||
| TransferNextTime | Boolean | CNTRTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Country")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Country")· ../tables/Country DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Country")Before/After Save events voor Country. Bron:workflows.xml.