Share via


LeanCommandCreateKanbans::newItemIdVariableQuantity Method [AX 2012]

Creates and initializes an instance of the LeanCommandCreateKanbans class.

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
          server public static LeanCommandCreateKanbans newItemIdVariableQuantity(
            ItemId _itemId, 
            InventDimId _inventDimId, 
            KanbanRule _kanbanRule, 
            List _kanbanQuantities, 
            KanbanDueDateTime _kanbanDueDateTime, 
            boolean _createManualKanbans, 
            KanbanExpress _priority, 
           [BOMId _bomId, 
            KanbanSourceRequirementParm _kanbanSourceRequirementParm])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static LeanCommandCreateKanbans newItemIdVariableQuantity(
            ItemId _itemId, 
            InventDimId _inventDimId, 
            KanbanRule _kanbanRule, 
            List _kanbanQuantities, 
            KanbanDueDateTime _kanbanDueDateTime, 
            boolean _createManualKanbans, 
            KanbanExpress _priority, 
           [BOMId _bomId, 
            KanbanSourceRequirementParm _kanbanSourceRequirementParm])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static LeanCommandCreateKanbans newItemIdVariableQuantity(
            ItemId _itemId, 
            InventDimId _inventDimId, 
            KanbanRule _kanbanRule, 
            List _kanbanQuantities, 
            KanbanDueDateTime _kanbanDueDateTime, 
            boolean _createManualKanbans, 
            KanbanExpress _priority, 
           [BOMId _bomId])

  Microsoft Dynamics AX 2012 (FPK)
          server public static LeanCommandCreateKanbans newItemIdVariableQuantity(
            ItemId _itemId, 
            InventDimId _inventDimId, 
            KanbanRule _kanbanRule, 
            List _kanbanQuantities, 
            KanbanDueDateTime _kanbanDueDateTime, 
            boolean _createManualKanbans, 
            KanbanExpress _priority, 
           [BOMId _bomId])

  Microsoft Dynamics AX 2012 (SYS)
          server public static LeanCommandCreateKanbans newItemIdVariableQuantity(
            ItemId _itemId, 
            InventDimId _inventDimId, 
            KanbanRule _kanbanRule, 
            List _kanbanQuantities, 
            KanbanDueDateTime _kanbanDueDateTime, 
            boolean _createManualKanbans, 
            KanbanExpress _priority, 
           [BOMId _bomId])

Run On

Server

Parameters

  • _kanbanQuantities
    Type: List Class
    A List that holds the kanban quantities with one element per kanban to be created.
  • _createManualKanbans
    Type: boolean

Return Value

Type: LeanCommandCreateKanbans Class
An instance of the LeanCommandCreateKanbans class.

See Also

Reference

LeanCommandCreateKanbans Class