ReqEventProcessKanban.updateKanbanLess Method [AX 2012]

Updates event kanbans as a response to a reduction in the event origin.

Syntax

protected void updateKanbanLess(
    InventQty _inventQty, 
    InventQty _totalQty, 
    InventQty _totalMarkedQty, 
    KanbanRecordList _kanbanRecordListChangeable, 
    KanbanRecordList _kanbanRecordListChangeableWithCancel, 
    KanbanRecordList _kanbanRecordListUnchangeable, 
    Map _mapPegging, 
    Map _mapKanbanRuleMinMax)

Run On

Called

Parameters

  • _kanbanRecordListChangeableWithCancel
    Type: KanbanRecordList Class
    A list of event kanbans that can be updated after the kanban is cancelled.
  • _mapPegging
    Type: Map Class
    A map of pegged kanbans and quantities.
  • _mapKanbanRuleMinMax
    Type: Map Class
    A map of minimum and maximum quantities per kanban rule.

See Also

Reference

ReqEventProcessKanban Class