title: "StateAgenda" category: reference tags: [entity, state-agenda, datamodel] source: Entities.xml date: 2026-04-17 status: published
StateAgenda
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("StateAgenda")· ../tables/StateAgenda
Contextsbewerken
- 0: Standaard (
StateAgendaContext.None)
Statussenbewerken
- -1: Trash (
StateAgendaStatus.Trash) - 0: None (
StateAgendaStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | STATAID | 9 | false | |
| Context | Context | STATACONTEXT | false | ||
| Exported | Boolean | STATAEXPORTED | false | ||
| RecordCreateDate | DateTime? | STATARECCREATEDATE | true | SYSDATETIME | |
| StateTimeslots | List[StateTimeslot] | STATTSTATAID | true | ||
| Status | Status | STATARECSTATUS | false | ||
| SystemCompany | Company | STATACOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("StateAgenda")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("StateAgenda")· ../tables/StateAgenda DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="StateAgenda")Before/After Save events voor StateAgenda. Bron:workflows.xml.