title: "PurchaseMethod" category: reference tags: [entity, purchase-method, datamodel] source: Entities.xml date: 2026-04-17 status: published
PurchaseMethod
Type: Entity Properties: 6 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("PurchaseMethod")· ../tables/PurchaseMethod
Contextsbewerken
- 0: Standaard (
PurchaseMethodContext.None) - 1: Standaard (
PurchaseMethodContext.Standard)
Statussenbewerken
- -1: Trash (
PurchaseMethodStatus.Trash) - 0: None (
PurchaseMethodStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PCHMID | 3 | false | |
| Context | Context | PCHMCONTEXT | false | 1 | |
| Description | UltimoString | PCHMDESCR | 200 | true | |
| Exported | Boolean | PCHMEXPORTED | false | ||
| RecordCreateDate | DateTime? | PCHMRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PCHMRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("PurchaseMethod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PurchaseMethod")· ../tables/PurchaseMethod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PurchaseMethod")Before/After Save events voor PurchaseMethod. Bron:workflows.xml.