ReqEventProcessKanban.buildPeggingMap Method [AX 2012]

Builds a map of pegged kanbans and quantities and synchronizes marking.

Syntax

protected Map buildPeggingMap(Map _mapKanbanQuantities)

Run On

Called

Parameters

  • _mapKanbanQuantities
    Type: Map Class
    The original map of pegged kanbans and quantities.

Return Value

Type: Map Class
A map of pegged kanbans and quantities.

Remarks

The map key is the record ID of the pegged kanban, the value is an instance of the ReqEventKanbanData class.

See Also

Reference

ReqEventProcessKanban Class