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
- _inventQty
Type: InventQty Extended Data Type
The required kanban quantity.
- _totalQty
Type: InventQty Extended Data Type
The total quantity.
- _totalMarkedQty
Type: InventQty Extended Data Type
The total marked quantity.
- _kanbanRecordListChangeable
Type: KanbanRecordList Class
A list of event kanbans that can be updated.
- _kanbanRecordListChangeableWithCancel
Type: KanbanRecordList Class
A list of event kanbans that can be updated after the kanban is cancelled.
- _kanbanRecordListUnchangeable
Type: KanbanRecordList Class
A list of event kanbans that cannot be changed.
- _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.