Share via


DimensionDefaultingControllerBase.setEditability Method [AX 2012]

Updates the status of all visible controls to be enabled or disabled based on a specific editable list of the dimension attribute table.

Syntax

public void setEditability(boolean _allowEdit, [RecId _editableDimensionAttributeSetId])

Run On

Called

Parameters

  • _allowEdit
    Type: boolean
    Indicates if the controls are editable.
  • _editableDimensionAttributeSetId
    Type: RecId Extended Data Type
    If specified, provides a list of the dimension attributes that is associated with the controls that are only editable when the _allowEdit field is true.

See Also

Reference

DimensionDefaultingControllerBase Class