title: "StockCountLine (table)" category: reference tags: [table, stockcountline, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.StockCountLine
Schema: dba
Aantal kolommen: 23
Zie ook de entity-pagina: ../entities/StockCountLine
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
SclScId |
nvarchar(9) | Nee | — | — |
SclLineId |
nvarchar(9) | Nee | — | — |
SclContext |
bigint | Nee | ((0)) | — |
SclRecStatus |
int | Nee | ((0)) | — |
SclExported |
smallint | Nee | ((0)) | — |
SclRecCreateDate |
datetimeoffset(7) | Nee | (sysdatetimeoffset()) | — |
SclArtId |
nvarchar(9) | Ja | — | — |
SclWhslWhsId |
nvarchar(10) | Ja | — | — |
SclWhslCode |
nvarchar(20) | Ja | — | — |
SclCompId |
nvarchar(6) | Ja | — | — |
SclQuantity |
decimal(21,2) | Nee | ((0)) | — |
SclOriginalStock |
decimal(21,2) | Nee | ((0)) | — |
SclDifference |
decimal(21,2) | Nee | ((0)) | — |
SclValue |
decimal(21,5) | Nee | ((0)) | — |
SclCountAgain |
smallint | Nee | ((0)) | — |
SclCreatedDate |
datetimeoffset(7) | Ja | — | — |
SclActiveDate |
datetimeoffset(7) | Ja | — | — |
SclFinishedDate |
datetimeoffset(7) | Ja | — | — |
SclClosedDate |
datetimeoffset(7) | Ja | — | — |
SclCreatedEmpId |
nvarchar(9) | Ja | — | — |
SclActiveEmpId |
nvarchar(9) | Ja | — | — |
SclFinishedEmpId |
nvarchar(9) | Ja | — | — |
SclClosedEmpId |
nvarchar(9) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("StockCountLine")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("StockCountLine")· ../entities/StockCountLine Properties, contexts, statussen. Bron:Entities.xml.