title: "StockCountLine" category: reference tags: [entity, stock-count-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
StockCountLine
Type: Entity Properties: 22 Contexts: 1 Statussen: 6
DB-schema:
lookup_table_schema("StockCountLine")· ../tables/StockCountLine
Contextsbewerken
- 0: Standaard (
StockCountLineContext.None)
Statussenbewerken
- -1: Trash (
StockCountLineStatus.Trash) - 0: None (
StockCountLineStatus.None) - 1: Open (
StockCountLineStatus.Created) - 2: In uitvoering (
StockCountLineStatus.Active) - 4: Gereed (
StockCountLineStatus.Finished) - 8: Gesloten (
StockCountLineStatus.Closed)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | SCLLINEID | 9 | false | |
| Id.StockCount | StockCount | SCLSCID | false | ||
| Article | Article | SCLARTID | true | ||
| Context | Context | SCLCONTEXT | false | 0 | |
| CountAgain | Boolean | SCLCOUNTAGAIN | false | 0 | |
| Difference | Decimal | SCLDIFFERENCE | false | 0 | |
| Exported | Boolean | SCLEXPORTED | false | 0 | |
| OriginalStock | Decimal | SCLORIGINALSTOCK | false | 0 | |
| Quantity | Decimal | SCLQUANTITY | false | 0 | |
| RecordCreateDate | DateTime | SCLRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | SCLRECSTATUS | false | 0 | |
| StatusActiveDate | DateTime? | SCLACTIVEDATE | true | ||
| StatusActiveEmployee | Employee | SCLACTIVEEMPID | true | ||
| StatusClosedDate | DateTime? | SCLCLOSEDDATE | true | ||
| StatusClosedEmployee | Employee | SCLCLOSEDEMPID | true | ||
| StatusCreatedDate | DateTime? | SCLCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | SCLCREATEDEMPID | true | USERID | |
| StatusFinishedDate | DateTime? | SCLFINISHEDDATE | true | ||
| StatusFinishedEmployee | Employee | SCLFINISHEDEMPID | true | ||
| SystemCompany | Company | SCLCOMPID | true | ||
| Value | CompanyMoney | SCLVALUE | false | 0 | |
| WarehouseLocation | WarehouseLocation | SCLWHSLWHSID, SCLWHSLCODE | true | , |
Brondatabewerken
- Entity-definitie —
lookup_entity("StockCountLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("StockCountLine")· ../tables/StockCountLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="StockCountLine")Before/After Save events voor StockCountLine. Bron:workflows.xml.