title: "ArticleHistory" category: reference tags: [entity, article-history, datamodel] source: Entities.xml date: 2026-04-17 status: published
ArticleHistory
Type: Entity Properties: 15 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ArticleHistory")· ../tables/ArticleHistory
Contextsbewerken
- 0: Standaard (
ArticleHistoryContext.None)
Statussenbewerken
- -1: Trash (
ArticleHistoryStatus.Trash) - 0: None (
ArticleHistoryStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Article | Article | ARTHARTID | false | ||
| Id.Period | Period | ARTHPERIOD | false | ||
| Context | Context | ARTHCONTEXT | false | ||
| Exported | Boolean | ARTHEXPORTED | false | ||
| Extra1 | Decimal | ARTHEXTRA1 | false | ||
| Extra2 | Decimal | ARTHEXTRA2 | false | ||
| Extra3 | Decimal | ARTHEXTRA3 | false | ||
| InvoiceQuantity | Decimal | ARTHINVQTY | false | ||
| PurchaseQuantity | Decimal | ARTHPURCHQTY | false | ||
| ReceivedQuantity | Decimal | ARTHRCVQTY | false | ||
| RecordCreateDate | DateTime? | ARTHRECCREATEDATE | true | SYSDATETIME | |
| ReturnQuantity | Decimal | ARTHDEMQTY | false | ||
| Status | Status | ARTHRECSTATUS | false | ||
| WarehouseMutationInQuantity | Decimal | ARTHWHSMUTINQTY | false | ||
| WarehouseMutationOutQuantity | Decimal | ARTHWHSMUTOUTQTY | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ArticleHistory")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ArticleHistory")· ../tables/ArticleHistory DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ArticleHistory")Before/After Save events voor ArticleHistory. Bron:workflows.xml.