title: "DeliveryTerms" category: reference tags: [entity, delivery-terms, datamodel] source: Entities.xml date: 2026-04-17 status: published
DeliveryTerms
Type: Entity Properties: 12 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("DeliveryTerms")· ../tables/DeliveryTerms
Contextsbewerken
- 0: Standaard (
DeliveryTermsContext.None)
Statussenbewerken
- -1: Trash (
DeliveryTermsStatus.Trash) - 0: None (
DeliveryTermsStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DLVTID | 3 | false | |
| Context | Context | DLVTCONTEXT | false | ||
| DataProvider | UltimoString | DLVTDATAPROVIDER | 50 | true | |
| Description | UltimoString | DLVTDESCR | 200 | true | |
| Exported | Boolean | DLVTEXPORTED | false | ||
| ExternalId | UltimoString | DLVTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DLVTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | DLVTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DLVTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DLVTRECSTATUS | false | ||
| Text | UltimoString | DLVTTEXT | true | ||
| TransferNextTime | Boolean | DLVTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DeliveryTerms")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DeliveryTerms")· ../tables/DeliveryTerms DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DeliveryTerms")Before/After Save events voor DeliveryTerms. Bron:workflows.xml.