Share via


DimensionDefaultingControllerBase.showWhereUsedForAttributeIndex Method [AX 2012]

Updates the where used group super structure by removing any information that already shows and repopulates it with the current information.

Syntax

protected void showWhereUsedForAttributeIndex(int _dimAttrIndex, [boolean _forceUpdate])

Run On

Called

Parameters

  • _dimAttrIndex
    Type: int
    The control index that represents the current dimension attribute row selected.
  • _forceUpdate
    Type: boolean
    A Boolean value that indicates whether to force an update even if the group is not expanded.

Remarks

This method is marked protected in order to provide unit test coverage from a derived proxy class.

See Also

Reference

DimensionDefaultingControllerBase Class