Share via


ReleaseUpdateDB60_Invent.findNewConfigGroupId Method [AX 2012]

Determines a new unique configuration group name.

Syntax

protected ConfigGroupId findNewConfigGroupId(str _groupNamePrefix, Map _mapConfigGroupIdIndex)

Run On

Server

Parameters

  • _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 Type
A string that holds a unique configuration group name.

See Also

Reference

ReleaseUpdateDB60_Invent Class