Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventQty
Type: InventQty Extended Data Type
The quantity to use to create kanbans; optional.
- _totalQty
Type: InventQty Extended Data Type
- _totalMarkedQty
Type: InventQty Extended Data Type
Return Value
Type: container
The marked quantity.