Share via


ReqEventProcessKanban.kanbanHasJobWithStatusGreater Method [AX 2012]

Checks if the job or any of its predecessors has a status greater than the passed one.

Syntax

private boolean kanbanHasJobWithStatusGreater(KanbanJob _job, LeanKanbanJobStatus _status)

Run On

Called

Parameters

Return Value

Type: boolean
true if the current job or any of its previous has greater status, otherwise false.

See Also

Reference

ReqEventProcessKanban Class