title: "ShiftLogLine" category: reference tags: [entity, shift-log-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
ShiftLogLine
Type: Entity Properties: 60 Contexts: 3 Statussen: 11
DB-schema:
lookup_table_schema("ShiftLogLine")· ../tables/ShiftLogLine
Contextsbewerken
- 0: Standaard (
ShiftLogLineContext.None) - 1: Wachtoverdracht (
ShiftLogLineContext.ShiftHandover) - 2: Autonoom onderhoud (
ShiftLogLineContext.AutonomousMaintenance)
Statussenbewerken
- -1: Trash (
ShiftLogLineStatus.Trash) - 0: None (
ShiftLogLineStatus.None) - 1: Open (
ShiftLogLineStatus.Open) - 2: Doorgeschoven (
ShiftLogLineStatus.Shifted) - 4: Gepland (
ShiftLogLineStatus.Planned) - 8: Naar wachtboek (
ShiftLogLineStatus.ToShiftLogbook) - 16: Naar wachtverslag (
ShiftLogLineStatus.ToShiftLog) - 32: Gesloten (
ShiftLogLineStatus.Closed) - 64: Naar overleglijst (
ShiftLogLineStatus.ToMeeting) - 128: Gereed (
ShiftLogLineStatus.Finished) - 256: Overgeslagen (
ShiftLogLineStatus.Skipped)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SHLLID | 13 | false | |
| Context | Context | SHLLCONTEXT | false | ||
| CreatedFromMeetingTopic | MeetingTopic | SHLLCREATEDFROMMEETTID | true | ||
| CreatedInCurrentShiftLog | Boolean | SHLLCREATEDINCURRENTSHIFTLOG | false | 1 | |
| CreatedMeetingTopic | MeetingTopic | SHLLCREATEDMEETTID | true | ||
| DataProvider | UltimoString | SHLLDATAPROVIDER | 50 | true | |
| Department | Department | SHLLDEPID | true | ||
| Description | UltimoString | SHLLDESCR | 200 | true | |
| EndDateOfRecurrencePattern | DateTime? | SHLLENDDATEOFRECURRENCEPATTERN | true | ||
| Equipment | Equipment | SHLLEQMID | true | ||
| EquipmentMeasurementPoint | EquipmentMeasurementPoint | SHLLEQMMSPEQMID, SHLLEQMMSPMSPID | true | , | |
| Exported | Boolean | SHLLEXPORTED | false | 0 | |
| ExternalId | UltimoString | SHLLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | SHLLEXTERNALSTATUS | 50 | true | |
| Frequency | Frequency | SHLLFRQID | true | ||
| FrequencyInterval | Int32 | SHLLFREQUENCYINTERVAL | false | 0 | |
| ImageFile1 | UltimoString | SHLLIMAGEFILE1 | true | ||
| ImageFile2 | UltimoString | SHLLIMAGEFILE2 | true | ||
| ImageFile3 | UltimoString | SHLLIMAGEFILE3 | true | ||
| ImageFile4 | UltimoString | SHLLIMAGEFILE4 | true | ||
| InspectionImageFile1 | UltimoString | SHLLINSPECTIONIMAGEFILE1 | true | ||
| InspectionImageFile2 | UltimoString | SHLLINSPECTIONIMAGEFILE2 | true | ||
| InspectionImageFile3 | UltimoString | SHLLINSPECTIONIMAGEFILE3 | true | ||
| InspectionImageFile4 | UltimoString | SHLLINSPECTIONIMAGEFILE4 | true | ||
| Instruction | UltimoString | SHLLINSTRUCTION | true | ||
| Job | Job | SHLLJOBID | true | ||
| MeterReading | Decimal | SHLLMETERREADING | false | 0 | |
| MeterReadingDate | DateTime? | SHLLMETERREADINGDATE | true | ||
| ObjectDowntime | ObjectDowntime | SHLLOBJDWTID | true | ||
| OriginShiftLogLine | ShiftLogLine | SHLLORIGINSHLLID | true | ||
| Pattern | TimeslotPattern | SHLLPATTERN | true | ||
| PatternDuration | Int32 | SHLLPATTERNDURATION | false | 0 | |
| PatternOccurrencesText | UltimoString | SHLLPATTERNOCCURTEXT | true | ||
| PatternText | UltimoString | SHLLPATTERNTEXT | true | ||
| ProcessFunction | ProcessFunction | SHLLPRFID | true | ||
| ProcessFunctionMeasurementPoint | ProcessFunctionMeasurementPoint | SHLLPRFMSPPRFID, SHLLPRFMSPMSPID | true | , | |
| ProviderMutationDate | DateTime? | SHLLPROVIDERMUTDATE | true | ||
| QualityNotOk | Boolean | SHLLQUALITYNOTOK | false | 0 | |
| QualityOk | Boolean | SHLLQUALITYOK | false | 0 | |
| RecordChangeDate | DateTime? | SHLLRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | SHLLRECCREATEDATE | true | SYSDATETIME | |
| Reporter | Employee | SHLLREPORTEMPID | true | USERID | |
| ReportObjectDowntime | Boolean | SHLLREPORTOBJECTDOWNTIME | false | 0 | |
| SafetyIncident | SafetyIncident | SHLLSAFIID | true | ||
| ScheduledEndDate | DateTime? | SHLLSCHEDULEDENDDATE | true | ||
| ScheduledEndWorkPeriod | WorkPeriod | SHLLSCHEDULEDENDWPID | true | ||
| ScheduledStartDate | DateTime? | SHLLSCHEDULEDSTARTDATE | true | ||
| ScheduledStartWorkPeriod | WorkPeriod | SHLLSCHEDULEDSTARTWPID | true | ||
| ShiftLog | ShiftLog | SHLLSHLID | true | ||
| ShiftLogbook | ShiftLogbook | SHLLSHLBID | true | ||
| ShiftLogLineType | ShiftLogLineType | SHLLSHLLTID | true | ||
| SkipReason | SkipReason | SHLLSRID | true | ||
| Status | Status | SHLLRECSTATUS | false | ||
| StatusFinishedDate | DateTime? | SHLLFINISHEDDATE | true | ||
| StatusFinishedEmployee | Employee | SHLLFINISHEDEMPID | true | ||
| StatusSkippedDate | DateTime? | SHLLSKIPPEDDATE | true | ||
| StatusSkippedEmployee | Employee | SHLLSKIPPEDEMPID | true | ||
| SystemCompany | Company | SHLLCOMPID | false | ||
| Text | UltimoString | SHLLTEXT | true | ||
| TransferNextTime | Boolean | SHLLTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ShiftLogLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ShiftLogLine")· ../tables/ShiftLogLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ShiftLogLine")Before/After Save events voor ShiftLogLine. Bron:workflows.xml.