Share via


PCTableConstraintColumnCategoryAttribute.duplicate Method

Duplicates the record.

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 duplicate(
            RefRecId _newConstraintRecId, 
            Map _duplicatedComponentsMap, 
            Map _duplicatedAttributesMap)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void duplicate(
            RefRecId _newConstraintRecId, 
            Map _duplicatedComponentsMap, 
            Map _duplicatedAttributesMap)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void duplicate(RefRecId _duplicatedCategoryAttribute, Map _originalTCtoDupTC)

  Microsoft Dynamics AX 2012 (FPK)
          public void duplicate(RefRecId _duplicatedCategoryAttribute, Map _originalTCtoDupTC)

  Microsoft Dynamics AX 2012 (SYS)
          public void duplicate(RefRecId _duplicatedCategoryAttribute, Map _originalTCtoDupTC)

Run On

Called

Parameters

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

Remarks

The _duplicatedAttributesMap parameter has been added.

See Also

Reference

PCTableConstraintColumnCategoryAttribute Table