title: "LockoutTagoutRequest" category: reference tags: [entity, lockout-tagout-request, datamodel] source: Entities.xml date: 2026-04-17 status: published
LockoutTagoutRequest
Type: Entity Properties: 37 Contexts: 1 Statussen: 11
DB-schema:
lookup_table_schema("LockoutTagoutRequest")· ../tables/LockoutTagoutRequest
Contextsbewerken
- 1: LOTO-aanvraag (
LockoutTagoutRequestContext.Standard)
Statussenbewerken
- -1: Trash (
LockoutTagoutRequestStatus.Trash) - 0: None (
LockoutTagoutRequestStatus.None) - 1: Open (
LockoutTagoutRequestStatus.Open) - 2: Aangevraagd (
LockoutTagoutRequestStatus.Requested) - 4: Ter goedkeuring (
LockoutTagoutRequestStatus.ToApprove) - 8: Goedgekeurd (
LockoutTagoutRequestStatus.Approved) - 16: Te plaatsen (
LockoutTagoutRequestStatus.ToPlace) - 32: Actief (
LockoutTagoutRequestStatus.Active) - 64: Op te heffen (
LockoutTagoutRequestStatus.ToClose) - 128: Gesloten (
LockoutTagoutRequestStatus.Closed) - 256: Vervallen (
LockoutTagoutRequestStatus.Canceled)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | LTRID | 6 | false | |
| Context | Context | LTRCONTEXT | false | 1 | |
| DataProvider | UltimoString | LTRDATAPROVIDER | 50 | true | |
| Description | UltimoString | LTRDESCR | 200 | true | |
| Equipment | Equipment | LTREQMID | true | ||
| Exported | Boolean | LTREXPORTED | false | 0 | |
| ExternalId | UltimoString | LTREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | LTREXTERNALSTATUS | 50 | true | |
| LockoutTagoutPlan | LockoutTagoutPlan | LTRLTPID | true | ||
| ProcessFunction | ProcessFunction | LTRPRFID | true | ||
| ProgressStatus | ProgressStatus | LTRPRSID | true | US0330 | |
| ProviderMutationDate | DateTime? | LTRPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | LTRRECCREATEDATE | false | SYSDATETIME | |
| Site | Site | LTRSITID | true | ||
| SkillCategory | SkillCategory | LTRSKCID | true | ||
| Status | Status | LTRRECSTATUS | false | 1 | |
| StatusActiveDate | DateTime? | LTRACTIVEDATE | true | ||
| StatusActiveEmployee | Employee | LTRACTIVEEMPID | true | ||
| StatusApprovedDate | DateTime? | LTRAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | LTRAPPROVEDEMPID | true | ||
| StatusCanceledDate | DateTime? | LTRCANCELEDDATE | true | ||
| StatusCanceledEmployee | Employee | LTRCANCELEDEMPID | true | ||
| StatusClosedDate | DateTime? | LTRCLOSEDDATE | true | ||
| StatusClosedEmployee | Employee | LTRCLOSEDEMPID | true | ||
| StatusOpenDate | DateTime? | LTROPENDATE | true | SYSDATETIME | |
| StatusOpenEmployee | Employee | LTROPENEMPID | true | USERID | |
| StatusRequestedDate | DateTime? | LTRREQUESTEDDATE | true | ||
| StatusRequestedEmployee | Employee | LTRREQUESTEDEMPID | true | ||
| StatusToApproveDate | DateTime? | LTRTOAPPROVEDATE | true | ||
| StatusToApproveEmployee | Employee | LTRTOAPPROVEEMPID | true | ||
| StatusToCloseDate | DateTime? | LTRTOCLOSEDATE | true | ||
| StatusToCloseEmployee | Employee | LTRTOCLOSEEMPID | true | ||
| StatusToPlaceDate | DateTime? | LTRTOPLACEDATE | true | ||
| StatusToPlaceEmployee | Employee | LTRTOPLACEEMPID | true | ||
| SystemCompany | Company | LTRCOMPID | true | ||
| Text | UltimoString | LTRTEXT | true | ||
| TransferNextTime | Boolean | LTRTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("LockoutTagoutRequest")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LockoutTagoutRequest")· ../tables/LockoutTagoutRequest DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LockoutTagoutRequest")Before/After Save events voor LockoutTagoutRequest. Bron:workflows.xml.