Share via


DimensionDefaultingControllerBase.saveAttributeValueSet Method [AX 2012]

Writes the dimension attribute value set that represents the value controls that the user has selected.

Syntax

protected RecId saveAttributeValueSet([RecId _currentValue])

Run On

Called

Parameters

Return Value

Type: RecId Extended Data Type
The record ID of a DimensionAttributeValueSet record that represents the combination of values that the user has selected if at least 1 value is not blank.

Remarks

The current value of the attribute value set should be specified when the user visible data managed by the controller may not have been updated but the underlying data has been updated.

This will allow the logic to return the true current value instead of the value that is currently being shown to the user.

See Also

Reference

DimensionDefaultingControllerBase Class