Share via


LeanCommandCreateKanbans::newItemId Method [AX 2012]

Creates and initializes an instance of the LeanCommandCreateKanbans class.

Syntax

server public static LeanCommandCreateKanbans newItemId(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    KanbanRule _kanbanRule, 
    KanbanQuantity _kanbanQuantity, 
   [int _numberOfKanbans, 
    KanbanDueDateTime _kanbanDueDateTime])

Run On

Server

Parameters

  • _numberOfKanbans
    Type: int
    An integer value that holds the number of kanbans to be created; optional.

Return Value

Type: LeanCommandCreateKanbans Class
An instance of the LeanCommandCreateKanbans class.

See Also

Reference

LeanCommandCreateKanbans Class