SysCheckList::isFinished Method [AX 2012]

Checks to see whether a checklist is finished.

client public static boolean isFinished(ClassId _classId)

Run On

Client

Parameters

_classId
Type: ClassId Extended Data Type
The class ID of the checklist.

Return Value

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

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

Show: