DimensionDefaultingControllerBase.saveAttributeValueSet Method [AX 2012]

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

protected RecId saveAttributeValueSet([RecId _currentValue])

Run On

Called

Parameters

_currentValue
Type: RecId Extended Data Type
The current value of the attribute value set.

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.

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.

Community Additions

ADD
Show: