title: "CourseCompleted" category: reference tags: [entity, course-completed, datamodel] source: Entities.xml date: 2026-04-17 status: published
CourseCompleted
Type: Entity Properties: 32 Contexts: 1 Statussen: 8
DB-schema:
lookup_table_schema("CourseCompleted")· ../tables/CourseCompleted
Contextsbewerken
- 0: Standaard (
CourseCompletedContext.None)
Statussenbewerken
- -1: Trash (
CourseCompletedStatus.Trash) - 0: None (
CourseCompletedStatus.None) - 1: Gepland (
CourseCompletedStatus.Planned) - 2: In opleiding (
CourseCompletedStatus.Active) - 4: Afgerond (
CourseCompletedStatus.Completed) - 8: Gestopt (
CourseCompletedStatus.Stopped) - 16: Vervallen (
CourseCompletedStatus.Expired) - 32: Uitgesteld (
CourseCompletedStatus.Postponed)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CRSCID | 7 | false | |
| CertificateExpires | Date? | CRSCCERTIFICATEEXPIRES | true | ||
| CertifiedDate | Date? | CRSCCERTIFIEDDATE | true | ||
| Context | Context | CRSCCONTEXT | false | ||
| Course | Course | CRSCCRSID | true | ||
| DataProvider | UltimoString | CRSCDATAPROVIDER | 50 | true | |
| Date | Date? | CRSCDATE | true | ||
| Employee | Employee | CRSCEMPID | true | ||
| Exported | Boolean | CRSCEXPORTED | false | ||
| ExternalId | UltimoString | CRSCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CRSCEXTERNALSTATUS | 50 | true | |
| ProgressStatus | ProgressStatus | CRSCPRSID | true | USCRSC01 | |
| ProgressStatusHistories | List[ObjectProgressStatusHistory] | OBJPRSHCRSCID | true | ||
| ProviderMutationDate | DateTime? | CRSCPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | CRSCRECCREATEDATE | true | SYSDATETIME | |
| RefreshCourse | Boolean | CRSCREFRESHCOURSE | false | 0 | |
| RemarkText | UltimoString | CRSCREMARK | true | ||
| StartDate | Date? | CRSCSTARTDATE | true | ||
| Status | Status | CRSCRECSTATUS | false | 1 | |
| StatusActivatedDate | DateTime? | CRSCACTIVATEDDATE | true | ||
| StatusActivatedEmployee | Employee | CRSCACTIVATEDEMPID | true | ||
| StatusCompletedDate | DateTime? | CRSCCOMPLETEDDATE | true | ||
| StatusCompletedEmployee | Employee | CRSCCOMPLETEDEMPID | true | ||
| StatusExpiredDate | DateTime? | CRSCEXPIREDDATE | true | ||
| StatusExpiredEmployee | Employee | CRSCEXPIREDEMPID | true | ||
| StatusPlannedDate | DateTime? | CRSCPLANNEDDATE | true | SYSDATETIME | |
| StatusPlannedEmployee | Employee | CRSCPLANNEDEMPID | true | USERID | |
| StatusPostponedDate | DateTime? | CRSCPOSTPONEDDATE | true | ||
| StatusPostponedEmployee | Employee | CRSCPOSTPONEDEMPID | true | ||
| StatusStoppedDate | DateTime? | CRSCSTOPPEDDATE | true | ||
| StatusStoppedEmployee | Employee | CRSCSTOPPEDEMPID | true | ||
| TransferNextTime | Boolean | CRSCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("CourseCompleted")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CourseCompleted")· ../tables/CourseCompleted DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CourseCompleted")Before/After Save events voor CourseCompleted. Bron:workflows.xml.