SysCheckList.groupIsExpanded Method [AX 2012]
Checks whether a checklist group is in an expanded state.
Syntax
protected boolean groupIsExpanded(str _groupName)
Run On
Client
Parameters
- _groupName
Type: str
The group name of the checklist.
Return Value
Type: boolean
true if the group is in an expanded state; otherwise, false.
Remarks
A group is in an expanded state whenever a user clicks on the plus icon next to the group text.