title: "ScoreModel" category: reference tags: [entity, score-model, datamodel] source: Entities.xml date: 2026-04-17 status: published
ScoreModel
Type: Entity Properties: 12 Contexts: 1 Statussen: 5
DB-schema:
lookup_table_schema("ScoreModel")· ../tables/ScoreModel
Contextsbewerken
- 0: Standaard (
ScoreModelContext.None)
Statussenbewerken
- -1: Trash (
ScoreModelStatus.Trash) - 0: None (
ScoreModelStatus.None) - 1: Open (
ScoreModelStatus.Created) - 2: Goedgekeurd (
ScoreModelStatus.Approved) - 4: Vervallen (
ScoreModelStatus.Expired)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SCRMID | 10 | false | |
| Context | Context | SCRMCONTEXT | false | 0 | |
| Description | UltimoString | SCRMDESCR | 200 | true | |
| Exported | Boolean | SCRMEXPORTED | false | 0 | |
| RecordCreateDate | DateTime | SCRMRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | SCRMRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | SCRMAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | SCRMAPPROVEDEMPID | true | ||
| StatusCreatedDate | DateTime? | SCRMCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | SCRMCREATEDEMPID | true | USERID | |
| StatusExpiredDate | DateTime? | SCRMEXPIREDDATE | true | ||
| StatusExpiredEmployee | Employee | SCRMEXPIREDEMPID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("ScoreModel")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ScoreModel")· ../tables/ScoreModel DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ScoreModel")Before/After Save events voor ScoreModel. Bron:workflows.xml.