PCXmlSessionWriterComponent.createAttributeDefaultValuesMap Method [AX 2012]

Creates a map that contains the attribute default values for the 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 createAttributeDefaultValuesMap(PCClass _component, PCComponentInstance _componentInstance)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Map createAttributeDefaultValuesMap(PCClass _component, PCComponentInstance _componentInstance)

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

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

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

Run On

Server

Parameters

_component
Type: PCClass Table
The component record for which to generate the XML.
_componentInstance
Type: PCComponentInstance Table

Return Value

Type: Map Class
A map that contains the attribute default values.

Community Additions

ADD
Show: