PCModelingLibrary::duplicateAttributeName Method [AX 2012]

Adds the duplicate tag to the specified name.

client server public static Name duplicateAttributeName(Name _name, NoYes _new)

Run On

Called

Parameters

_name
Type: Name Extended Data Type
A name to which to add the duplicate tag.
_new
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether a new duplicate name should be returned.

Return Value

Type: Name Extended Data Type
The duplicated name.
Show: