title: "Fuel" category: reference tags: [entity, fuel, datamodel] source: Entities.xml date: 2026-04-17 status: published
Fuel
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Fuel")· ../tables/Fuel
Contextsbewerken
- 0: Standaard (
FuelContext.None) - 1: Standaard (
FuelContext.Standard)
Statussenbewerken
- -1: Trash (
FuelStatus.Trash) - 0: None (
FuelStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | FULID | 5 | false | |
| Context | Context | FULCONTEXT | false | 1 | |
| DataProvider | UltimoString | FULDATAPROVIDER | 50 | true | |
| Description | UltimoString | FULDESCR | 200 | true | |
| Exported | Boolean | FULEXPORTED | false | ||
| ExternalId | UltimoString | FULEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | FULEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | FULPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | FULRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | FULRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | FULRECSTATUS | false | ||
| TransferNextTime | Boolean | FULTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Fuel")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Fuel")· ../tables/Fuel DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Fuel")Before/After Save events voor Fuel. Bron:workflows.xml.