Share via


KanbanJobStatus.canAcceptComplete Method [AX 2012]

Determines whether a job can accept the completed status.

Syntax

public boolean canAcceptComplete()

Run On

Called

Return Value

Type: boolean
true if the status could be accepted; otherwise, false.

Remarks

A job can accept the completed status, if all previous jobs are completed or are at a minimum ready to be prepared.

See Also

Reference

KanbanJobStatus Class