title: "EquipmentMoveLine" category: reference tags: [entity, equipment-move-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
EquipmentMoveLine
Type: Entity Properties: 27 Contexts: 9 Statussen: 6
DB-schema:
lookup_table_schema("EquipmentMoveLine")· ../tables/EquipmentMoveLine
Contextsbewerken
- 0: Installatie (
EquipmentMoveLineContext.None) - 1: Installatie (
EquipmentMoveLineContext.Installation) - 2: Inventaris (
EquipmentMoveLineContext.Inventory) - 4: Instrument (
EquipmentMoveLineContext.Instrument) - 8: Fleet (
EquipmentMoveLineContext.Fleet) - 16: Verplaatsing installatie (
EquipmentMoveLineContext.RelocationInstallation) - 32: Verplaatsing inventaris (
EquipmentMoveLineContext.RelocationInventory) - 64: Verplaatsing instrument (
EquipmentMoveLineContext.RelocationInstrument) - 128: Verplaatsing fleet (
EquipmentMoveLineContext.RelocationFleet)
Statussenbewerken
- -1: Trash (
EquipmentMoveLineStatus.Trash) - 0: None (
EquipmentMoveLineStatus.None) - 1: Aangemaakt (
EquipmentMoveLineStatus.Created) - 2: Gereserveerd (
EquipmentMoveLineStatus.Reserved) - 4: Uitgegeven (
EquipmentMoveLineStatus.LendOut) - 8: Ontvangen (
EquipmentMoveLineStatus.Received)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Equipment | Equipment | EQMMLEQMID | false | ||
| Id.EquipmentMove | EquipmentMove | EQMMLEQMMID | false | ||
| Context | Context | EQMMLCONTEXT | false | 1 | |
| DataProvider | UltimoString | EQMMLDATAPROVIDER | 50 | true | |
| EquipmentMoveReceipt | EquipmentMoveReceipt | EQMMLEQMMRID | true | ||
| Exported | Boolean | EQMMLEXPORTED | false | ||
| ExternalId | UltimoString | EQMMLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | EQMMLEXTERNALSTATUS | 50 | true | |
| OriginalEquipmentLocation | UltimoString | EQMMLORGEQMLOCATION | 26 | true | |
| OriginalEquipmentSpace | Space | EQMMLORGEQMSPCID | true | ||
| ProviderMutationDate | DateTime? | EQMMLPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | EQMMLRECCREATEDATE | true | SYSDATETIME | |
| ReservationLines | List[ReservationLine] | RESLEQMMLEQMMID, RESLEQMMLEQMID | true | , | |
| ReturnEmployee | Employee | EQMMLRETURNEMPID | true | ||
| ReturnLocation | UltimoString | EQMMLRETURNLOCATION | 26 | true | |
| ReturnSpace | Space | EQMMLRETURNSPCID | true | ||
| Status | Status | EQMMLRECSTATUS | false | 1 | |
| StatusCreatedDate | DateTime? | EQMMLCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | EQMMLCREATEDEMPID | true | USERID | |
| StatusLendOutDate | DateTime? | EQMMLLENDOUTDATE | true | ||
| StatusLendOutEmployee | Employee | EQMMLLENDOUTEMPID | true | ||
| StatusReceivedDate | DateTime? | EQMMLRECEIVEDDATE | true | ||
| StatusReceivedEmployee | Employee | EQMMLRECEIVEDEMPID | true | ||
| StatusReservedDate | DateTime? | EQMMLRESERVEDDATE | true | ||
| StatusReservedEmployee | Employee | EQMMLRESERVEDEMPID | true | ||
| SystemCompany | Company | EQMMLCOMPID | false | ||
| TransferNextTime | Boolean | EQMMLTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("EquipmentMoveLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("EquipmentMoveLine")· ../tables/EquipmentMoveLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="EquipmentMoveLine")Before/After Save events voor EquipmentMoveLine. Bron:workflows.xml.