title: "WarehouseLocation (table)" category: reference tags: [table, warehouselocation, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.WarehouseLocation
Schema: dba
Aantal kolommen: 21
Zie ook de entity-pagina: ../entities/WarehouseLocation
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
WhslWhsId |
nvarchar(10) | Nee | — | — |
WhslCode |
nvarchar(20) | Nee | — | — |
WhslDescription |
nvarchar(41) | Ja | — | — |
WhslContext |
bigint | Nee | ((0)) | — |
WhslRecStatus |
int | Nee | ((0)) | — |
WhslCompId |
nvarchar(6) | Nee | — | — |
WhslDataProvider |
nvarchar(50) | Ja | — | — |
WhslDynamic |
smallint | Nee | ((0)) | — |
WhslExported |
smallint | Nee | ((0)) | — |
WhslExternalId |
nvarchar(50) | Ja | — | — |
WhslExternalStatus |
nvarchar(50) | Ja | — | — |
WhslIssueLocation |
smallint | Nee | ((1)) | — |
WhslMultipleArticlesAllowed |
smallint | Nee | ((0)) | — |
WhslOccupiedDate |
datetimeoffset(7) | Ja | — | — |
WhslOccupiedEmpId |
nvarchar(9) | Ja | — | — |
WhslProviderMutDate |
datetimeoffset(7) | Ja | — | — |
WhslRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
WhslReceiptLocation |
smallint | Nee | ((1)) | — |
WhslTransferNextTime |
smallint | Nee | ((0)) | — |
WhslVacantDate |
datetimeoffset(7) | Ja | — | — |
WhslVacantEmpId |
nvarchar(9) | Ja | — | — |
Brondatabewerken
- DB-schema —
lookup_table_schema("WarehouseLocation")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("WarehouseLocation")· ../entities/WarehouseLocation Properties, contexts, statussen. Bron:Entities.xml.