PrintMgmtSetupSettingsConditional::nextName Method [AX 2012]

Generates an available name based on a prefix and sequence number.

server public static Description nextName(PrintMgmtSetupDocInstance _parent, Description _namePrefix)

Run On

Server

Parameters

_parent
Type: PrintMgmtSetupDocInstance Class
_namePrefix
Type: Description Extended Data Type

Return Value

Type: Description Extended Data Type
A unique name for a conditional setting.

The sequence number appended to the name is based on the largest sequence number found plus one.

Show: