Share via


DimensionDefaultingEPController.getUpdatedDimensionAttributeValueSetId Method [AX 2012]

Gets the RecId value of a record in the DimensionAttributeValueSet table that represents the current combination.

Syntax

public RecId getUpdatedDimensionAttributeValueSetId()

Run On

Called

Return Value

Type: RecId Extended Data Type
The record ID of the DimensionAttributeValueSet record for the current combination if it is found; otherwise, 0.

Remarks

A new dimension attribute value set will be created if there is no persisted set that represents the current set of attribute values.

See Also

Reference

DimensionDefaultingEPController Class