PCXmlSessionWriterComponent.createTableConstraintMap Method [AX 2012]

Creates a map that contains the table constraint relations for a component.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          protected Map createTableConstraintMap(PCClass _component, StackBase _subComponentPath)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Map createTableConstraintMap(PCClass _component, StackBase _subComponentPath)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected Map createTableConstraintMap(PCClass _component)

  Microsoft Dynamics AX 2012 (FPK)
          protected Map createTableConstraintMap(PCClass _component)

  Microsoft Dynamics AX 2012 (SYS)
          protected Map createTableConstraintMap(PCClass _component)

Run On

Server

Parameters

_component
Type: PCClass Table
The component record for which to generate the XML.
_subComponentPath
Type: StackBase Class

Return Value

Type: Map Class
A map that contains the table constraint relations.

Community Additions

ADD
Show: