title: "LendableObjectMutationLine" category: reference tags: [entity, lendable-object-mutation-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
LendableObjectMutationLine
Type: Entity Properties: 24 Contexts: 1 Statussen: 8
DB-schema:
lookup_table_schema("LendableObjectMutationLine")· ../tables/LendableObjectMutationLine
Contextsbewerken
- 0: Standaard (
LendableObjectMutationLineContext.None)
Statussenbewerken
- -1: Trash (
LendableObjectMutationLineStatus.Trash) - 0: None (
LendableObjectMutationLineStatus.None) - 1: Open (
LendableObjectMutationLineStatus.Created) - 2: Goedgekeurd (
LendableObjectMutationLineStatus.Approved) - 8: Vermist (
LendableObjectMutationLineStatus.Missing) - 32: Gesloten (
LendableObjectMutationLineStatus.Closed) - 64: Voorraadmutatie open (
LendableObjectMutationLineStatus.MutationCreated) - 128: Voorraadmutatie goedgekeurd (
LendableObjectMutationLineStatus.MutationApproved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LendableObjectMutation | LendableObjectMutation | LENOMLLENOMID | false | ||
| Id.LineId | UltimoString | LENOMLLINEID | 9 | false | |
| Context | Context | LENOMLCONTEXT | false | ||
| DataProvider | UltimoString | LENOMLDATAPROVIDER | 50 | true | |
| DateOfIssue | DateTime? | LENOMLOUTDATETIME | true | ||
| Employee | Employee | LENOMLEMPID | true | ||
| ExpectedReturnDate | Date? | LENOMLESTRETURNDATE | true | ||
| Exported | Boolean | LENOMLEXPORTED | false | ||
| ExternalId | UltimoString | LENOMLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | LENOMLEXTERNALSTATUS | 50 | true | |
| InQuantity | Decimal | LENOMLINQTY | false | ||
| LendableObject | LendableObject | LENOMLLENOID | true | ||
| ObjectLost | Boolean | LENOMLLOST | false | 0 | |
| ObjectReceived | Boolean | LENOMLIN | false | 0 | |
| OutQuantity | Decimal | LENOMLOUTQTY | false | ||
| ProviderMutationDate | DateTime? | LENOMLPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | LENOMLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | LENOMLRECSTATUS | false | ||
| StatusClosedDate | DateTime? | LENOMLINDATETIME | true | ||
| StatusMissingDate | DateTime? | LENOMLLOSTDATETIME | true | ||
| StockMutationDate | DateTime? | LENOMLSTOCKMUTDATETIME | true | ||
| SystemCompany | Company | LENOMLCOMPID | false | ||
| Text | UltimoString | LENOMLTEXT | true | ||
| TransferNextTime | Boolean | LENOMLTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("LendableObjectMutationLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LendableObjectMutationLine")· ../tables/LendableObjectMutationLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LendableObjectMutationLine")Before/After Save events voor LendableObjectMutationLine. Bron:workflows.xml.