AxdBase.getDimensionId Method [AX 2012]

Translates the dimension value from the xml document into a dimension ID.

Syntax

public RecId getDimensionId(AxdBaseProperty _axdBaseProperty, container _dimensionValue)

Run On

Server

Parameters

  • _dimensionValue
    Type: container
    The dimension value to translate.

Return Value

Type: RecId Extended Data Type
The dimension ID.

Remarks

This method can be overridden in order to control the process of translation of dimension value from xml document to dimension ID stored in tables.

See Also

Reference

AxdBase Class