AssetAllocLineDimAttrValController_CN.modifiedDimensionValue Method [AX 2012]
The handler of the event that happends after selecting another dimension attribute value for an allocation rule line.
Syntax
public boolean modifiedDimensionValue(
RefRecId _dimAttrId,
AssetAllocationRuleLine_CN _line,
FormStringControl _dimensionValue)
Run On
Called
Parameters
- _dimAttrId
Type: RefRecId Extended Data Type
The name of the dimension attribute.
- _line
Type: AssetAllocationRuleLine_CN Table
The current record of AssetAllocationRuleLine_CN.
- _dimensionValue
Type: FormStringControl Class
The string control that holds the dimension attribute value.
Return Value
Type: boolean
If the dimension attribute value is successfully changed.