DimensionDefaultingEngine::getStorageFromDimensionSpecifiers Method [AX 2012]

Gets a structure that contains the dimension storage for the specified values.

Syntax

client server public static Struct getStorageFromDimensionSpecifiers(RecId _accountStructureId, Map _dimensionSpecifiers)

Run On

Called

Parameters

  • _accountStructureId
    Type: RecId Extended Data Type
    The ID of the DimensionHierarchy record that specifies the account structure.
  • _dimensionSpecifiers
    Type: Map Class
    The collection of dimension specificers to apply.

Return Value

Type: Struct Class
A struct that holds the instance of the DimensionStorage class that represents the combination and a container that contains the record ID of the DimensionAttribute record for each segment.

See Also

Reference

DimensionDefaultingEngine Class