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.

Return Value

Type: container
A container with the total quantity and total marked quantity.

See Also

Reference

ReqEventProcessKanban Class