PCModelingLibrary::duplicateCategoryName Method [AX 2012]

Adds the duplicate tag to the specified category.

client server public static EcoResCategoryName duplicateCategoryName(EcoResCategoryName _name, NoYes _new)

Run On

Called

Parameters

_name
Type: EcoResCategoryName Extended Data Type
The name of a category 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: EcoResCategoryName Extended Data Type
The duplicated name.
Show: