title: "PriceMutationLine" category: reference tags: [entity, price-mutation-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
PriceMutationLine
Type: Entity Properties: 21 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("PriceMutationLine")· ../tables/PriceMutationLine
Contextsbewerken
- 0: Standaard (
PriceMutationLineContext.None)
Statussenbewerken
- -1: Trash (
PriceMutationLineStatus.Trash) - 0: None (
PriceMutationLineStatus.None) - 1: Open (
PriceMutationLineStatus.Created) - 2: Goedgekeurd (
PriceMutationLineStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Article | Article | PRMULARTID | false | ||
| Id.PriceMutation | PriceMutation | PRMULPRMUID | false | ||
| Context | Context | PRMULCONTEXT | false | ||
| Currency | Currency | PRMULCURID | false | ||
| DataProvider | UltimoString | PRMULDATAPROVIDER | 50 | true | |
| Description | UltimoString | PRMULDESCR | 200 | true | |
| Exported | Boolean | PRMULEXPORTED | false | ||
| ExternalId | UltimoString | PRMULEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PRMULEXTERNALSTATUS | 50 | true | |
| NewArticlePrice | TransactionMoney | PRMULARTPRNEW | false | 0 | |
| NewDiscount | Decimal | PRMULDISCOUNTNEW | false | ||
| OldArticleDiscount | Decimal | PRMULARTDISCOUNTOLD | false | ||
| OldArticlePrice | TransactionMoney | PRMULARTPROLD | false | 0 | |
| ProviderMutationDate | DateTime? | PRMULPROVIDERMUTDATE | true | ||
| PurchaseUnitQuantity | Decimal | PRMULQTYPURCHUNT | false | ||
| RecordCreateDate | DateTime? | PRMULRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PRMULRECSTATUS | false | ||
| StockLevel | Decimal | PRMULSTOCKLEVEL | false | ||
| SystemCompany | Company | PRMULCOMPID | false | ||
| TransferNextTime | Boolean | PRMULTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | PRMULVDRID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("PriceMutationLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PriceMutationLine")· ../tables/PriceMutationLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PriceMutationLine")Before/After Save events voor PriceMutationLine. Bron:workflows.xml.