DimensionDefaultingEngine.getStorage Method [AX 2012]

Gets a storage object that represents the current state of the dimension values default engine.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public DimensionStorage getStorage([LedgerDimensionType _ledgerDimensionType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public DimensionStorage getStorage([LedgerDimensionType _ledgerDimensionType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public DimensionStorage getStorage()

  Microsoft Dynamics AX 2012 (FPK)
          public DimensionStorage getStorage()

  Microsoft Dynamics AX 2012 (SYS)
          public DimensionStorage getStorage()

Run On

Called

Parameters

Return Value

Type: DimensionStorage Class
An instance of the DimensionStorage class.

See Also

Reference

DimensionDefaultingEngine Class