Share via


SysCheckList.getGroupState Method [AX 2012]

Gets the state of a group of checklist items in the checklist.

Syntax

protected SysCheckListStatus getGroupState(SysCheckListStatus _itemState, SysCheckListStatus _groupState)

Run On

Client

Parameters

Return Value

Type: SysCheckListStatus Enumeration
The state of the group of checklist items.

Remarks

The group state is finished when all mandatory items in the group are finished.

See Also

Reference

SysCheckList Class