Share via


KanbanUpd::newKanban Method [AX 2012]

Creates a new instance of the KanbanUpd class.

Syntax

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

Run On

Server

Parameters

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

Return Value

Type: KanbanUpd Class
An instance of the KanbanUpd_End class.

See Also

Reference

KanbanUpd Class