AssetAllocLineDimAttrValController_CN.validateDimensionValue Method [AX 2012]
Validate if a string value is a proper dimension attribute value of a dimension attribute.
Syntax
public boolean validateDimensionValue(
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 valid.