Share via


SysCheckListItem_ApplicationPUServ.getCheckListGroup Method [AX 2012]

Gets the checklist group name.

Syntax

public str getCheckListGroup()

Run On

Called

Return Value

Type: str
The group name of the checklist item.

Remarks

Override this method to specify the name of the group that this checklist should belong to. To nest groups, use '\,' as in 'My Checklist Group\My Sub Group.' This method must be overridden because each checklist item must appear in a group, unless isCheckbox = true.

See Also

Reference

SysCheckListItem_ApplicationPUServ Class