Share via


LedgerTransferOpening.getLedgerDimension Method [AX 2012]

Gets a ledger dimension that represents the specified values.

Syntax

protected LedgerDimensionAccount getLedgerDimension(
    DimensionStorageSegment _mainAccountSegment, 
    Map _dimensionSpecifiers1, 
   [Map _dimensionSpecifiers2])

Run On

Called

Parameters

  • _dimensionSpecifiers1
    Type: Map Class
    A map that represents the dimension specifiers that are applied first.
  • _dimensionSpecifiers2
    Type: Map Class
    A map represents the dimension specifiers that are applied second.

Return Value

Type: LedgerDimensionAccount Extended Data Type
The ID of the DimensionAttributeValueCombination record.

See Also

Reference

LedgerTransferOpening Class