title: "BatchWarehouseLocation (table)" category: reference tags: [table, batchwarehouselocation, datamodel] source: database-schema.json date: 2026-04-17 status: published
dba.BatchWarehouseLocation
Schema: dba
Aantal kolommen: 26
Zie ook de entity-pagina: ../entities/BatchWarehouseLocation
Kolommenbewerken
| Kolom | Type | Nullable | Default | Identity |
|---|---|---|---|---|
BtchWhslBtchId |
nvarchar(9) | Nee | — | — |
BtchWhslWhslWhsId |
nvarchar(10) | Nee | — | — |
BtchWhslWhslWhsCode |
nvarchar(20) | Nee | — | — |
BtchWhslContext |
bigint | Nee | ((0)) | — |
BtchWhslRecStatus |
int | Nee | ((0)) | — |
BtchWhslActiveDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslActiveEmpId |
nvarchar(9) | Ja | — | — |
BtchWhslBlockedDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslBlockedEmpId |
nvarchar(9) | Ja | — | — |
BtchWhslCompId |
nvarchar(6) | Nee | — | — |
BtchWhslCreatedDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslCreatedEmpId |
nvarchar(9) | Ja | — | — |
BtchWhslDataProvider |
nvarchar(50) | Ja | — | — |
BtchWhslEmptyDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslEmptyEmpId |
nvarchar(9) | Ja | — | — |
BtchWhslExpiredDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslExpiredEmpId |
nvarchar(9) | Ja | — | — |
BtchWhslExported |
smallint | Nee | ((0)) | — |
BtchWhslExternalId |
nvarchar(50) | Ja | — | — |
BtchWhslExternalStatus |
nvarchar(50) | Ja | — | — |
BtchWhslProviderMutDate |
datetimeoffset(7) | Ja | — | — |
BtchWhslQtyRsrvdForPickList |
decimal(21,2) | Nee | ((0)) | — |
BtchWhslQuantity |
decimal(21,2) | Nee | ((0)) | — |
BtchWhslRecCreateDate |
datetimeoffset(7) | Ja | (sysdatetimeoffset()) | — |
BtchWhslTransferNextTime |
smallint | Nee | ((0)) | — |
BtchWhslQtyAvlblForPickList |
decimal(21,2) | Nee | — | — |
Computed columnsbewerken
BtchWhslQtyAvlblForPickList—(CONVERT([decimal](21,2),[BtchWhslQuantity]-[BtchWhslQtyRsrvdForPickList]))
Brondatabewerken
- DB-schema —
lookup_table_schema("BatchWarehouseLocation")Alle kolommen met types, triggers, computed. Bron:database-schema.json. - Entity-model —
lookup_entity("BatchWarehouseLocation")· ../entities/BatchWarehouseLocation Properties, contexts, statussen. Bron:Entities.xml.