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
- _itemState
Type: SysCheckListStatus Enumeration
The item state that is used to compare to checklist state.
- _groupState
Type: SysCheckListStatus Enumeration
The current group state.
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.