Share via


BudgetControlRuleExpressionController.addGreaterThan Method [AX 2012]

Adds a greater-than criterion for the specified dimension attribute.

Syntax

protected void addGreaterThan(
    DimensionAttributeRecId _dimensionAttributeId, 
    DimensionFromValue _greaterThanValue, 
   [boolean _isExclusive])

Run On

Client

Parameters

  • _isExclusive
    Type: boolean
    A Boolean value that indicates whether to exclude the threshold value; optional.

See Also

Reference

BudgetControlRuleExpressionController Class