Share via


DimensionDefaultingControllerBase.updateEnums Method [AX 2012]

Updates the status of the enumeration-based controls to be enabled or disabled and to be set to a specific value.

Syntax

public void updateEnums(
    NoYesUnchanged _allowEdit, 
   [boolean _setValue, 
    int _enumValue])

Run On

Called

Parameters

  • _allowEdit
    Type: NoYesUnchanged Enumeration
    An enumeration value that indicates whether to set the allow edit property on the control or leave it unchanged.
  • _setValue
    Type: boolean
    A Boolean value that indicates whether to update the enumeration value to the value specified.
  • _enumValue
    Type: int
    The enumeration value.

See Also

Reference

DimensionDefaultingControllerBase Class