Share via


ReqEventProcessKanban.insertKanban Method [AX 2012]

Creates one or more kanbans and links them to the pegging tables.

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 container insertKanban(
           [InventQty _inventQty, 
            InventQty _totalQty, 
            InventQty _totalMarkedQty])

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

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

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

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

Run On

Called

Parameters

Return Value

Type: container
The marked quantity.

See Also

Reference

ReqEventProcessKanban Class