ReqEventProcessKanban.updatePeggingMarkingReservation Method [AX 2012]
Updates pegging, marking and reservation.
Syntax
protected container updatePeggingMarkingReservation(
ReqEventKanbanData _reqEventKanbanData,
InventQty _supplyQty,
InventQty _peggedQty,
InventQty _peggedQtyNow,
InventQty _totalQty,
InventQty _totalMarkQty)
Run On
Called
Parameters
- _reqEventKanbanData
Type: ReqEventKanbanData Class
A ReqEventKanbanData class instance that holds pegging information about the kanban.
- _supplyQty
Type: InventQty Extended Data Type
The supply quantity.
- _peggedQty
Type: InventQty Extended Data Type
The pegged quantity.
- _peggedQtyNow
Type: InventQty Extended Data Type
The quantity that is pegged now.
- _totalQty
Type: InventQty Extended Data Type
The total quantity.
- _totalMarkQty
Type: InventQty Extended Data Type
The total marked quantity.
Return Value
Type: container
A container with the total quantity and total marked quantity.