Share via


DimensionControllerObject::getAttributeValueSetServer Method [AX 2012]

Gets a container of all dimension attribute values and backing entity instances for the specified value set.

Syntax

server private static container getAttributeValueSetServer(DimensionDefault _dimAttributeValueSetId, SelectableDataArea _company)

Run On

Server

Parameters

Return Value

Type: container
A container that contains a map of containers.

Remarks

The map of containers will be in the format: (dimension attribute value record ID, [dimension attribute value, backing entity]).

See Also

Reference

DimensionControllerObject Class