title: "GeneralRoster" category: reference tags: [entity, general-roster, datamodel] source: Entities.xml date: 2026-04-17 status: published
GeneralRoster
Type: Entity Properties: 12 Contexts: 4 Statussen: 2
DB-schema:
lookup_table_schema("GeneralRoster")· ../tables/GeneralRoster
Contextsbewerken
- 0: TD (
GeneralRosterContext.None) - 1: TD (
GeneralRosterContext.TD) - 2: MID (
GeneralRosterContext.MID) - 4: IT (
GeneralRosterContext.IT)
Statussenbewerken
- -1: Trash (
GeneralRosterStatus.Trash) - 0: None (
GeneralRosterStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | GENROSID | 9 | false | |
| Context | Context | GENROSCONTEXT | false | 1 | |
| DataProvider | UltimoString | GENROSDATAPROVIDER | 50 | true | |
| Description | UltimoString | GENROSDESCR | 200 | true | |
| Exported | Boolean | GENROSEXPORTED | false | ||
| ExternalId | UltimoString | GENROSEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | GENROSEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | GENROSPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | GENROSRECCREATEDATE | true | SYSDATETIME | |
| RosterGroups | List[RosterGroup] | ROSGGENROSID | true | ||
| Status | Status | GENROSRECSTATUS | false | ||
| TransferNextTime | Boolean | GENROSTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("GeneralRoster")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("GeneralRoster")· ../tables/GeneralRoster DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="GeneralRoster")Before/After Save events voor GeneralRoster. Bron:workflows.xml.