DimensionDefaultingEngine::getValueSetStorageDimensionSpecifiers Method [AX 2012]

Retrieves a collection of dimension specifiers that correspond to a DimensionAttributeValueSetStorage object.

Syntax

server public static Map getValueSetStorageDimensionSpecifiers(DimensionAttributeValueSetStorage _valueSetStorage)

Run On

Server

Parameters

Return Value

Type: Map Class
A map that contains a dimension specifier for each dimension attribute present in the value set.

Remarks

Specifying an empty DimensionAttributeValueSetStorage class will cause an empty map to be returned.

The map key is the dimension attribute ID.

The map value is a container with a DisplayValue string and a DimensionAttributeValueId record ID.

See Also

Reference

DimensionDefaultingEngine Class