Share via


SysCheckList::isFinished Method [AX 2012]

Checks to see whether a checklist is finished.

Syntax

client public static boolean isFinished(ClassId _classId)

Run On

Client

Parameters

Return Value

Type: boolean
true if the checklist is finished; otherwise, false.

Remarks

A checklist is finished if all its mandatory items are finished.

See Also

Reference

SysCheckList Class