BudgetPlanDimensionFocusTotalsUIBuilder.enableOrDisableGroupOptionField Method [AX 2012]

Enables or disables the group option field.

Syntax

public void enableOrDisableGroupOptionField(DialogField _groupOptionField, boolean _isEnable)

Run On

Called

Parameters

  • _groupOptionField
    Type: DialogField Class
    The DialogField object for which to set the enable state.
  • _isEnable
    Type: boolean
    A Boolean value that indicates whether to enable the FormComboBoxControl object.

See Also

Reference

BudgetPlanDimensionFocusTotalsUIBuilder Class