Share via


DimensionDefaultingControllerBase.cacheSetupOptions Method [AX 2012]

Caches options to use later to add all of the controls to the container.

Syntax

protected void cacheSetupOptions(
    boolean _valuesAppearLast, 
    boolean _showValues, 
    boolean _showWhereUsed, 
    boolean _allowEdit, 
    RecId _editableDimensionAttributeSetId, 
    str _introGroupLabel, 
   [str _enumLabel])

Run On

Called

Parameters

  • _valuesAppearLast
    Type: boolean
    A Boolean value that indicates whether the value column appears before the combo box column.
  • _showValues
    Type: boolean
    A Boolean value that indicates whether to display values.
  • _showWhereUsed
    Type: boolean
    A Boolean value that indicates whether the where used structure pane is drawn to the right of primary edit control pane.
  • _allowEdit
    Type: boolean
    A Boolean value that indicates whether the controls can be edited.
  • _editableDimensionAttributeSetId
    Type: RecId Extended Data Type
    The record ID of a list of dimension attributes associated with the controls that can only be edited when the _allowEdit parameter is true.
  • _introGroupLabel
    Type: str
    The label that is used as introductory text above the added controls.
  • _enumLabel
    Type: str
    The label that is used to identify the column of check box controls.

See Also

Reference

DimensionDefaultingControllerBase Class