DimensionControllerObject.getAttributeValueSet Method [AX 2012]

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

protected container getAttributeValueSet(DimensionDefault _dimAttributeValueSetId, SelectableDataArea _company)

Run On

Called

Parameters

_dimAttributeValueSetId
Type: DimensionDefault Extended Data Type
The ID of the value set to load.
_company
Type: SelectableDataArea Extended Data Type
The data area for which to select values.

Return Value

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

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

Community Additions

ADD
Show: