Share via


EcoResCategoryAttribute.pcDuplicate Method

Duplicates an attribute and a reference.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void pcDuplicate(RefRecId _duplicateCategory, Map _duplicatedAttributesMap)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void pcDuplicate(RefRecId _duplicateCategory, Map _duplicatedAttributesMap)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void pcDuplicate(RefRecId _duplicateCategory, Map _originalTCtoDupTC)

  Microsoft Dynamics AX 2012 (FPK)
          public void pcDuplicate(RefRecId _duplicateCategory, Map _originalTCtoDupTC)

  Microsoft Dynamics AX 2012 (SYS)
          public void pcDuplicate(RefRecId _duplicateCategory, Map _originalTCtoDupTC)

Run On

Called

Parameters

  • _duplicatedAttributesMap
    Type: Map Class
    A map that contains the pairs of IDs that link the original attributes to the duplicated attributes.

See Also

Reference

EcoResCategoryAttribute Table