Share via


LeanCommandCreateKanbans::newStandard Method [AX 2012]

Creates and initializes an instance of the LeanCommandCreateKanbans class.

Syntax

server public static LeanCommandCreateKanbans newStandard(
    KanbanRule _kanbanRule, 
    int _numberOfKanbans, 
    boolean _printKanbans, 
    boolean _createManualKanbans, 
   [KanbanQuantity _kanbanQuantity])

Run On

Server

Parameters

  • _numberOfKanbans
    Type: int
    An Integer value that contains the number of kanbans to be created.
  • _printKanbans
    Type: boolean
    true if kanbans must be printed; otherwise, false.
  • _createManualKanbans
    Type: boolean
    true if manual kanbans should be created; otherwise, false.

Return Value

Type: LeanCommandCreateKanbans Class
A LeanCommandCreateKanbans instance.

See Also

Reference

LeanCommandCreateKanbans Class