ReqEventProcessKanban.updateOneKanban Method [AX 2012]
Updates the pegging and/or ordered quantities for a given kanban.
Syntax
protected container updateOneKanban(
Kanban _kanban,
ReqEventKanbanData _reqEventKanbanData,
InventQty _adjustQty,
boolean _allowUpdateKanban,
boolean _allowUpdatePegging,
InventQty _totalQty,
InventQty _totalMarkedQty)
Run On
Called
Parameters
- _kanban
Type: Kanban Table
The Kanban record to update.
- _reqEventKanbanData
Type: ReqEventKanbanData Class
A ReqEventKanbanData class instance that holds pegging information about the kanban.
- _adjustQty
Type: InventQty Extended Data Type
The quantity change; positive for quantity increase, negative for quantity decrease.
- _allowUpdateKanban
Type: boolean
A Boolean flag that indicates whether the kanban ordered quantity can be updated.
- _allowUpdatePegging
Type: boolean
A Boolean flag that indicates whether the pegging quantity can be updated.
- _totalQty
Type: InventQty Extended Data Type
The total quantity.
- _totalMarkedQty
Type: InventQty Extended Data Type
The total marked quantity.
Return Value
Type: container
A container with the changed quantity, total quantity and total marked quantity.