Share via


LedgerDimensionController::getStorageAndStructure Method [AX 2012]

Gets an instance of the DimensionStorage and DimensionStructureInformation classes that are associated with the specified ID.

Syntax

server private static container getStorageAndStructure(RecId _ledgerDimensionId)

Run On

Server

Parameters

Return Value

Type: container
A container with the instances of the DimensionStorage and DimensionStructureInformation classes that are associated with the specified DimensionAttributeValueCombination record.

Remarks

This private method is used to make sure that the act of loading a dimension storage instance and the associated structure information only requires a single remote procedure call instead of two or more calls.

See Also

Reference

LedgerDimensionController Class