title: "Roster" category: reference tags: [entity, roster, datamodel] source: Entities.xml date: 2026-04-17 status: published
Roster
Type: Entity Properties: 17 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Roster")· ../tables/Roster
Contextsbewerken
- 0: Standaard (
RosterContext.None)
Statussenbewerken
- -1: Trash (
RosterStatus.Trash) - 0: None (
RosterStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ROSID | 9 | false | |
| Context | Context | ROSCONTEXT | false | ||
| DataProvider | UltimoString | ROSDATAPROVIDER | 50 | true | |
| DaySchedule | DaySchedule | ROSDSID | true | ||
| Description | UltimoString | ROSDESCR | 200 | true | |
| Employee | Employee | ROSEMPID | true | ||
| EndDate | Date? | ROSENDDATE | true | ||
| Exported | Boolean | ROSEXPORTED | false | ||
| ExternalId | UltimoString | ROSEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | ROSEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | ROSPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | ROSRECCREATEDATE | true | SYSDATETIME | |
| RosterGroup | RosterGroup | ROSROSGID | true | ||
| StartDate | Date? | ROSSTARTDATE | true | ||
| StartIndex | Int32 | ROSSTARTINDEX | false | ||
| Status | Status | ROSRECSTATUS | false | ||
| TransferNextTime | Boolean | ROSTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Roster")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Roster")· ../tables/Roster DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Roster")Before/After Save events voor Roster. Bron:workflows.xml.