Share via


BudgetDimensionExpressionController.addLessThan Method [AX 2012]

Adds a less than criteria for the specified dimension attribute.

Syntax

protected abstract void addLessThan(
    DimensionAttributeRecId _dimensionAttributeId, 
    DimensionFromValue _lessThanValue, 
   [boolean _isExclusive])

Run On

Client

Parameters

  • _isExclusive
    Type: boolean
    A Boolean value that indicates whether the threshold value should be excluded; optional.

See Also

Reference

BudgetDimensionExpressionController Class