Share via


KanbanJobType::construct Method [AX 2012]

Creates an instance of the KanbanJobType class.

Syntax

client server public static KanbanJobType construct(KanbanJob _kanbanJob)

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    The KanbanJob table buffer used to initialize the class.

Return Value

Type: KanbanJobType Class
An instance of the KanbanJobType class.

Exceptions

Exception Condition
Error

The specified value is not a LeanKanbanJobType enumeration value.

See Also

Reference

KanbanJobType Class