Share via


BudgetDimensionExpressionController::addExpressionClient Method [AX 2012]

Adds the specified expression to the criteria control.

Syntax

client private static void addExpressionClient(
    CLRObject _criteriaControl, 
    Map _loadedExpressions, 
    str _dimAttrbuteName, 
    DimensionValue _wildcardValue, 
    DimensionValue _fromValue, 
    DimensionValue _toValue, 
    boolean _isFromExclusive, 
    boolean _isToExclusive)

Run On

Client

Parameters

  • _criteriaControl
    Type: CLRObject Class
    The instance of the criteria control to add the expression to.
  • _loadedExpressions
    Type: Map Class
    A map that is used to cache loaded expressions.
  • _dimAttrbuteName
    Type: str
    The name of the dimension attribute to add.
  • _isFromExclusive
    Type: boolean
    A Boolean value that indicates whether the starting threshold value should be excluded; optional.
  • _isToExclusive
    Type: boolean
    A Boolean value that indicates whether the ending threshold value should be excluded; optional.

See Also

Reference

BudgetDimensionExpressionController Class