Share via


DimensionDefaultingControllerBase.setAdditionalControlMetadata Method [AX 2012]

Sets additional control metadata that is common to all controls.

Syntax

private void setAdditionalControlMetadata(
    FormControl _formControl, 
    int _dimAttrIndex, 
    boolean _allowEdit, 
    str _tableAndFieldName, 
    str _label)

Run On

Called

Parameters

  • _formControl
    Type: FormControl Class
    The FormStringControl, FormCheckboxControl, or FormComboBoxControl classes.
  • _dimAttrIndex
    Type: int
    The control index that is associated with the DimensionAttribute row.
  • _allowEdit
    Type: boolean
    A value that indicates if the control is editable.
  • _tableAndFieldName
    Type: str
    The label that is used to identify the table name and column name that contain the foreign key reference to the DimensionAttributeSet or DimensionAttributeValueSet tables.
  • _label
    Type: str
    The label that is used to identify the control.

See Also

Reference

DimensionDefaultingControllerBase Class