LedgerDimensionController.validateUsedDimensionAttributeValue Method [AX 2012]
Validates the specified dimension attribute value.
Syntax
protected void validateUsedDimensionAttributeValue(
DimensionAttributeValue _dimAttributeValue,
str _value,
int _segmentIndex)
Run On
Called
Parameters
- _dimAttributeValue
Type: DimensionAttributeValue Table
The record ID of the dimension attribute value to validate.
- _value
Type: str
The display value of the specified dimension attribute.
- _segmentIndex
Type: int
The index of the segment in the control where the specified dimension attribute value is used.