Share via


RetailCheckListItem_AddAssortmentToStore.getCheckListGroup Method [AX 2012]

Gets the checklist group name.

Syntax

public str getCheckListGroup()

Run On

Called

Return Value

Type: str
Returns the group name of the checklist item.

Remarks

Override to specify the name of the group this checklist should belong to. To nest groups, use '\' Example: 'My Checklist Group\My Sub Group'. This must be overridden because all checklist items must appear in a group (this is ignored for isCheckbox = true).

See Also

Reference

RetailCheckListItem_AddAssortmentToStore Class