title: "LendableObjectMutation" category: reference tags: [entity, lendable-object-mutation, datamodel] source: Entities.xml date: 2026-04-17 status: published
LendableObjectMutation
Type: Entity Properties: 22 Contexts: 2 Statussen: 7
DB-schema:
lookup_table_schema("LendableObjectMutation")· ../tables/LendableObjectMutation
Contextsbewerken
- 0: Standaard (
LendableObjectMutationContext.None) - 1: Standaard (
LendableObjectMutationContext.Standard)
Statussenbewerken
- -1: Trash (
LendableObjectMutationStatus.Trash) - 0: None (
LendableObjectMutationStatus.None) - 1: Open (
LendableObjectMutationStatus.Created) - 2: Goedgekeurd (
LendableObjectMutationStatus.Approved) - 32: Gesloten (
LendableObjectMutationStatus.Closed) - 64: Open (voorraadmutatie) (
LendableObjectMutationStatus.MutationCreated) - 128: Goedgekeurd (voorraad) (
LendableObjectMutationStatus.MutationApproved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | LENOMID | 9 | false | |
| Context | Context | LENOMCONTEXT | false | 1 | |
| DataProvider | UltimoString | LENOMDATAPROVIDER | 50 | true | |
| Description | UltimoString | LENOMDESCR | 200 | true | |
| ExpectedReturnDate | Date? | LENOMESTRETURNDATE | true | ||
| Exported | Boolean | LENOMEXPORTED | false | ||
| ExternalId | UltimoString | LENOMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | LENOMEXTERNALSTATUS | 50 | true | |
| Lines | List[LendableObjectMutationLine] | LENOMLLENOMID | false | ||
| ProviderMutationDate | DateTime? | LENOMPROVIDERMUTDATE | true | ||
| ReceivedByEmployee | Employee | LENOMEMPID | true | ||
| RecordCreateDate | DateTime? | LENOMRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | LENOMSITID | true | ||
| Status | Status | LENOMRECSTATUS | false | ||
| StatusApprovedDate | DateTime? | LENOMOUTDATETIME | true | ||
| StatusApprovedEmployee | Employee | LENOMAPPRVEMPID | true | ||
| StatusClosedDate | DateTime? | LENOMINDATETIME | true | ||
| StatusMutationApprovedDate | DateTime? | LENOMSTOCKMUTDATETIME | true | ||
| SystemCompany | Company | LENOMCOMPID | false | ||
| Text | UltimoString | LENOMTEXT | true | ||
| TransferNextTime | Boolean | LENOMTRANSFERNEXTTIME | false | 0 | |
| Type | UltimoString | LENOMTYPE | 9 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("LendableObjectMutation")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LendableObjectMutation")· ../tables/LendableObjectMutation DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LendableObjectMutation")Before/After Save events voor LendableObjectMutation. Bron:workflows.xml.