KanbanPageTmp.insertPickQuantity Method
Inserts records into the KanbanPageTmp table.
Syntax
private void insertPickQuantity(InventQty _qty, StackBase _eventKanbanStack)
Run On
Called
Parameters
- _qty
Type: InventQty Extended Data Type
The picking quantity to insert.
- _eventKanbanStack
Type: StackBase Class
A StackBase instance that holds pegged kanbans.
Remarks
Aside from the picking quantity and pegged kanban ID, records are expected to be fully initialized.
The quantity may be split into multiple records.