Share via


DimensionDefaultingControllerBase::fillWhereUsedGroup Method [AX 2012]

Updates the where used group for the specified structure type.

Syntax

client private static void fillWhereUsedGroup(
    CLRObject _whereUsedListControl, 
    container _allStructures, 
    str _currentSegment, 
   [boolean _isRule])

Run On

Client

Parameters

  • _whereUsedListControl
    Type: CLRObject Class
    The control that holds the where used structure list.
  • _allStructures
    Type: container
    A container that has a list of account or account rule structures in which the currently selected dimension attribute is used.
  • _currentSegment
    Type: str
    The name of the currently selected dimension attribute.
  • _isRule
    Type: boolean
    A Boolean value that indicates whether the group contains account structures.

See Also

Reference

DimensionDefaultingControllerBase Class