ReleaseUpdateDB60_Invent.findNewConfigGroupId Method [AX 2012]
Determines a new unique configuration group name.
protected ConfigGroupId findNewConfigGroupId(str _groupNamePrefix, Map _mapConfigGroupIdIndex)
Run On
ServerParameters
- _groupNamePrefix
- Type: str
A string that holds a prefix for the configuration group name.
- _mapConfigGroupIdIndex
- Type: Map Class
A Map object that holds a configuration prefix name and last used index.
Return Value
Type: ConfigGroupId Extended Data TypeA string that holds a unique configuration group name.
Community Additions
ADD
Show: