ReqEventProcessKanban.updateOneKanban Method [AX 2012]

Updates the pegging and/or ordered quantities for a given kanban.

Syntax

protected container updateOneKanban(
    Kanban _kanban, 
    ReqEventKanbanData _reqEventKanbanData, 
    InventQty _adjustQty, 
    boolean _allowUpdateKanban, 
    boolean _allowUpdatePegging, 
    InventQty _totalQty, 
    InventQty _totalMarkedQty)

Run On

Called

Parameters

  • _reqEventKanbanData
    Type: ReqEventKanbanData Class
    A ReqEventKanbanData class instance that holds pegging information about the kanban.
  • _allowUpdateKanban
    Type: boolean
    A Boolean flag that indicates whether the kanban ordered quantity can be updated.
  • _allowUpdatePegging
    Type: boolean
    A Boolean flag that indicates whether the pegging quantity can be updated.

Return Value

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

See Also

Reference

ReqEventProcessKanban Class