Share via


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

  • _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.

See Also

Reference

LedgerDimensionController Class