title: "Course" category: reference tags: [entity, course, datamodel] source: Entities.xml date: 2026-04-17 status: published
Course
Type: Entity Properties: 21 Contexts: 2 Statussen: 5
DB-schema:
lookup_table_schema("Course")· ../tables/Course
Contextsbewerken
- 0: Standaard (
CourseContext.None) - 1: Standaard (
CourseContext.Training)
Statussenbewerken
- -1: Trash (
CourseStatus.Trash) - 0: None (
CourseStatus.None) - 1: Open (
CourseStatus.Created) - 2: Goedgekeurd (
CourseStatus.Approved) - 4: Vervallen (
CourseStatus.Expired)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CRSID | 6 | false | |
| Context | Context | CRSCONTEXT | false | 1 | |
| CourseType | CourseType | CRSCRSTID | true | ||
| DataProvider | UltimoString | CRSDATAPROVIDER | 50 | true | |
| Description | UltimoString | CRSDESCR | 200 | true | |
| Exported | Boolean | CRSEXPORTED | false | ||
| ExternalId | UltimoString | CRSEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CRSEXTERNALSTATUS | 50 | true | |
| Frequency | Frequency | CRSFRQID | true | ||
| FrequencyCode | Int32 | CRSFRQCODE | false | ||
| ProviderMutationDate | DateTime? | CRSPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | CRSRECCREATEDATE | true | SYSDATETIME | |
| RecordCreateEmployee | Employee | CRSRECCREATEEMPID | true | USERID | |
| Status | Status | CRSRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | CRSAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | CRSAPPROVEDEMPID | true | ||
| StatusCreatedDate | DateTime? | CRSCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | CRSCREATEDEMPID | true | USERID | |
| StatusExpiredDate | DateTime? | CRSEXPIREDDATE | true | ||
| StatusExpiredEmployee | Employee | CRSEXPIREDEMPID | true | ||
| TransferNextTime | Boolean | CRSTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Course")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Course")· ../tables/Course DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Course")Before/After Save events voor Course. Bron:workflows.xml.