ReqEventProcessKanban.updateKanban Method [AX 2012]

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

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void updateKanban([InventQty _inventQty, boolean _calledFromDeleteKanban])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void updateKanban([InventQty _inventQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void updateKanban([InventQty _inventQty])

  Microsoft Dynamics AX 2012 (FPK)
          protected void updateKanban([InventQty _inventQty])

  Microsoft Dynamics AX 2012 (SYS)
          protected void updateKanban([InventQty _inventQty])

Run On

Called

Parameters

  • _calledFromDeleteKanban
    Type: boolean

See Also

Reference

ReqEventProcessKanban Class