title: "DeliveryAddress" category: reference tags: [entity, delivery-address, datamodel] source: Entities.xml date: 2026-04-17 status: published
DeliveryAddress
Type: Entity Properties: 20 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("DeliveryAddress")· ../tables/DeliveryAddress
Contextsbewerken
- 0: Standaard (
DeliveryAddressContext.None)
Statussenbewerken
- -1: Trash (
DeliveryAddressStatus.Trash) - 0: None (
DeliveryAddressStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DLVAID | 2 | false | |
| AddressLine1 | UltimoString | DLVAADDRESSLINE1 | 100 | true | |
| AddressLine2 | UltimoString | DLVAADDRESSLINE2 | 100 | true | |
| City | UltimoString | DLVACITY | 40 | true | |
| Context | Context | DLVACONTEXT | false | ||
| Country | Country | DLVACNTRID | true | DefaultCountryId | |
| DataProvider | UltimoString | DLVADATAPROVIDER | 50 | true | |
| Description | UltimoString | DLVADESCR | 200 | true | |
| Exported | Boolean | DLVAEXPORTED | false | ||
| ExternalId | UltimoString | DLVAEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DLVAEXTERNALSTATUS | 50 | true | |
| Location | UltimoString | DLVALOCATION | 41 | true | |
| PhoneNumber | UltimoString | DLVAPHONE | 41 | true | |
| ProviderMutationDate | DateTime? | DLVAPROVIDERMUTDATE | true | ||
| ProvinceStateRegion | UltimoString | DLVAPROVINCESTATEREGION | 40 | true | |
| RecordCreateDate | DateTime? | DLVARECCREATEDATE | true | SYSDATETIME | |
| Remarks | UltimoString | DLVAREMARKS | 81 | true | |
| Status | Status | DLVARECSTATUS | false | ||
| TransferNextTime | Boolean | DLVATRANSFERNEXTTIME | false | 0 | |
| ZipCode | UltimoString | DLVAZIPCODE | 10 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("DeliveryAddress")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DeliveryAddress")· ../tables/DeliveryAddress DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DeliveryAddress")Before/After Save events voor DeliveryAddress. Bron:workflows.xml.