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
- _leanKanbanJobStatus
Type: LeanKanbanJobStatus Enumeration
The LeanKanbanJobStatus enumeration value to test.
Return Value
Type: boolean
true if the KanbanJob table buffer can have the specified status; otherwise, false.
Remarks
The base class always returns true.