title: "LendableObject" category: reference tags: [entity, lendable-object, datamodel] source: Entities.xml date: 2026-04-17 status: published
LendableObject
Type: Entity Properties: 19 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("LendableObject")· ../tables/LendableObject
Contextsbewerken
- 0: Sleutel (
LendableObjectContext.None) - 1: Sleutel (
LendableObjectContext.Key)
Statussenbewerken
- -1: Trash (
LendableObjectStatus.Trash) - 0: None (
LendableObjectStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | LENOID | 9 | false | |
| AvailableQuantity | Decimal | LENOAVAILABLEQTY | false | ||
| Context | Context | LENOCONTEXT | false | 1 | |
| DataProvider | UltimoString | LENODATAPROVIDER | 50 | true | |
| Description | UltimoString | LENODESCR | 100 | true | |
| Exported | Boolean | LENOEXPORTED | false | ||
| ExternalId | UltimoString | LENOEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | LENOEXTERNALSTATUS | 50 | true | |
| LendableObjectMutationLines | List[LendableObjectMutationLine] | LENOMLLENOID | true | ||
| ProviderMutationDate | DateTime? | LENOPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | LENORECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | LENORECCREATEDATE | true | SYSDATETIME | |
| Site | Site | LENOSITID | true | ||
| Status | Status | LENORECSTATUS | false | ||
| SystemCompany | Company | LENOCOMPID | false | ||
| Text | UltimoString | LENOTEXT | true | ||
| TotalQuantity | Decimal | LENOTOTALQTY | false | ||
| TransferNextTime | Boolean | LENOTRANSFERNEXTTIME | false | 0 | |
| Type | UltimoString | LENOTYPE | 100 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("LendableObject")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LendableObject")· ../tables/LendableObject DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LendableObject")Before/After Save events voor LendableObject. Bron:workflows.xml.