Share via


KanbanStatus::newKanban Method [AX 2012]

Creates an instance of the KanbanStatus class.

Syntax

client server public static KanbanStatus newKanban(Kanban _kanban, boolean _updateJobs)

Run On

Called

Parameters

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

Return Value

Type: KanbanStatus Class
An instance of the KanbanStatus class.

Exceptions

Exception Condition
Error

The specified value is not a LeanKanbanStatus enumeration value.

See Also

Reference

KanbanStatus Class