DimensionDefaultingEngine::insertDimensionSpecifer Method [AX 2012]

Adds a new dimension specifier to the collection.

Syntax

client server public static void insertDimensionSpecifer(
    Map _dimensionSpecifiers, 
    RecId _dimensionAttributeId, 
    DimensionValue _displayValue, 
    RecId _dimensionAttributeValueId, 
    HashKey _dimensionAttributeValueHashKey)

Run On

Called

Parameters

  • _dimensionSpecifiers
    Type: Map Class
    The map that represents the collection of existing dimension specifiers to which the new dimension specifier will be added.
  • _dimensionAttributeId
    Type: RecId Extended Data Type
    The ID of the DimensionAttribute record associated with the dimension specifier being added.
  • _dimensionAttributeValueId
    Type: RecId Extended Data Type
    The ID of the DimensionAttributeValue record associated with the dimension specifier being added.

Remarks

The new dimension specifier is inserted into _dimensionSpecifiers.

See Also

Reference

DimensionDefaultingEngine Class