DimensionDefaultingEngine.getLedgerDimensionForSources Method [AX 2012]

Retrieves a ledger dimension after the dimension sources are applied.

Syntax

public LedgerDimensionAccount getLedgerDimensionForSources(List _dimensionSources, [boolean _restoreModifiedStateBeforeApply])

Run On

Called

Parameters

  • _dimensionSources
    Type: List Class
    A list of maps of dimension specifiers.
  • _restoreModifiedStateBeforeApply
    Type: boolean
    A Boolean value that indicates whether the state should be restored before applying the dimension sources; optional.

Return Value

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

Remarks

The record will be left in a modified state even when the _restoreModifiedStateBeforeApply parameter is set to true because the record is restored before the sources are applied.

See Also

Reference

DimensionDefaultingEngine Class