Share via


AssetAllocLineDimAttrValController_CN.setDimensionAttributeValue Method [AX 2012]

The callback method after selecting a valid dimension attribute value from the lookup list.

Syntax

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

Run On

Called

Parameters

  • _dimAttrValueRecId
    Type: RecId Extended Data Type
    The record id of the dimension attribute value in table DimensionAttributeValue.
  • _value
    Type: str
    The name of the dimension attribute value.

See Also

Reference

AssetAllocLineDimAttrValController_CN Class