SysCheckList::getCheckList Method [AX 2012]

Gets an instance of a checklist class from its class ID.

client public static SysCheckList getCheckList(ClassId _classId)

Run On

Client

Parameters

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

Return Value

Type: SysCheckList Class
The checklist object that has been created.

Once a checklist object is created, its reference is also stored in the global cache.

Show: