Share via


KanbanJobType.canHaveStatus Method [AX 2012]

Indicates whether the KanbanJob table buffer can have a specified status.

Syntax

public boolean canHaveStatus(LeanKanbanJobStatus _leanKanbanJobStatus)

Run On

Called

Parameters

Return Value

Type: boolean
true if the KanbanJob table buffer can have the specified status; otherwise, false.

Remarks

The base class always returns true.

See Also

Reference

KanbanJobType Class