Share via


KanbanUpdReset::newKanban Method [AX 2012]

Creates a new instance of the KanbanUpdReset class.

Syntax

client server public static KanbanUpdReset newKanban(
    Kanban _kanban, 
    LeanKanbanStatus _leanKanbanStatus, 
    boolean _updateJobs, 
    KanbanStatus _kanbanStatus)

Run On

Called

Parameters

  • _kanban
    Type: Kanban Table
    The Kanban table buffer that is used to initialize the class.
  • _updateJobs
    Type: boolean
    A Boolean value that specifies whether the kanban jobs must be updated.

Return Value

Type: KanbanUpdReset Class
An instance of the KanbanUpd_End class.

See Also

Reference

KanbanUpdReset Class