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.

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.

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

Community Additions

ADD
Show: