KanbanJob.initInventDimIds Method
Initializes the inventory dimensions for issue and receipt by merging the item dimensions and location dimensions.
Syntax
public void initInventDimIds(
Kanban _kanban,
InventDim _issueInventDim,
InventDim _receiptInventDim)
Run On
Called
Parameters
- _kanban
Type: Kanban Table
A Kanban table buffer that is used to initialize the inventory dimensions.
- _issueInventDim
Type: InventDim Table
A InventDim table buffer that is used to initialize the inventory dimensions.
- _receiptInventDim
Type: InventDim Table
A InventDim table buffer that is used to initialize the inventory dimensions.