title: "InventoryMethod" category: reference tags: [entity, inventory-method, datamodel] source: Entities.xml date: 2026-04-17 status: published
InventoryMethod
Type: Entity Properties: 8 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("InventoryMethod")· ../tables/InventoryMethod
Contextsbewerken
- 0: Standaard (
InventoryMethodContext.None)
Statussenbewerken
- -1: Trash (
InventoryMethodStatus.Trash) - 0: None (
InventoryMethodStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | INVMID | 5 | false | |
| Context | Context | INVMCONTEXT | false | ||
| Description | UltimoString | INVMDESCR | 100 | true | |
| Description2 | UltimoString | INVMDESCR2 | 100 | true | |
| Exported | Boolean | INVMEXPORTED | false | 0 | |
| MethodType | InventoryMethodType | INVMMETHOD | false | 0 | |
| RecordCreateDate | DateTime? | INVMRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | INVMRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("InventoryMethod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("InventoryMethod")· ../tables/InventoryMethod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="InventoryMethod")Before/After Save events voor InventoryMethod. Bron:workflows.xml.