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
- _job
Type: KanbanJob Table
The current KanbanJob.
- _status
Type: LeanKanbanJobStatus Enumeration
The status to be checked.
Return Value
Type: boolean
true if the current job or any of its previous has greater status, otherwise false.