Share via


DimensionDefaultingController.setDimensionAttributeValue Method [AX 2012]

Sets the record ID and natural key string of a DimensionAttributeValue record for the specified DimensionAttribute record.

Syntax

public void setDimensionAttributeValue(
    DimensionAttribute _dimensionAttribute, 
    RecId _dimAttrValueRecId, 
    str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The natural key string that is associated with the DimensionAttributeValue record.

Remarks

This method is used as a callback from the lookup form. When a user directly types in a value, it will be handled through the related [field]_modified method.

See Also

Reference

DimensionDefaultingController Class