title: "Gearing" category: reference tags: [entity, gearing, datamodel] source: Entities.xml date: 2026-04-17 status: published
Gearing
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Gearing")· ../tables/Gearing
Contextsbewerken
- 0: Standaard (
GearingContext.None) - 1: Standaard (
GearingContext.Standard)
Statussenbewerken
- -1: Trash (
GearingStatus.Trash) - 0: None (
GearingStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | GEARID | 5 | false | |
| Context | Context | GEARCONTEXT | false | 1 | |
| DataProvider | UltimoString | GEARDATAPROVIDER | 50 | true | |
| Description | UltimoString | GEARDESCR | 200 | true | |
| Exported | Boolean | GEAREXPORTED | false | ||
| ExternalId | UltimoString | GEAREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | GEAREXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | GEARPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | GEARRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | GEARRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | GEARRECSTATUS | false | ||
| TransferNextTime | Boolean | GEARTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Gearing")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Gearing")· ../tables/Gearing DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Gearing")Before/After Save events voor Gearing. Bron:workflows.xml.