Share via


KanbanJobTypeTransfer.canHaveStatus Method [AX 2012]

Indicates whether the KanbanJob table buffer can have the 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 status; otherwise false.

Remarks

The base class always returns true.

See Also

Reference

KanbanJobTypeTransfer Class