title: "DateSelect" category: reference tags: [entity, date-select, datamodel] source: Entities.xml date: 2026-04-17 status: published
DateSelect
Type: Entity Properties: 6 Contexts: 1 Statussen: 6
DB-schema:
lookup_table_schema("DateSelect")· ../tables/DateSelect
Contextsbewerken
- 0: Standaard (
DateSelectContext.None)
Statussenbewerken
- -1: Trash (
DateSelectStatus.Trash) - 0: None (
DateSelectStatus.None) - 1: Maand (
DateSelectStatus.Month) - 2: Dag (
DateSelectStatus.Day) - 4: Alles (
DateSelectStatus.All) - 8: Tijd (
DateSelectStatus.Time)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DTSELID | 11 | false | |
| Context | Context | DTSELCONTEXT | false | ||
| Description | UltimoString | DTSELDESCR | 200 | true | |
| Exported | Boolean | DTSELEXPORTED | false | ||
| RecordCreateDate | DateTime? | DTSELRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DTSELRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("DateSelect")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DateSelect")· ../tables/DateSelect DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DateSelect")Before/After Save events voor DateSelect. Bron:workflows.xml.