RunBaseDialogModifyDs_RU.addField Method [AX 2012]

Adds a field to the dialog.

protected boolean addField(
    SysDictField _dictField, 
    Set _fieldNameSet, 
    LabelType _labelType, 
    Range _range, 
   [TableId _tableId])

Run On

Called

Parameters

_dictField
Type: SysDictField Class
The field corresponding the filter or range.
_fieldNameSet
Type: Set Class
The set of the fields name.
_labelType
Type: LabelType Extended Data Type
The label placed alongside of the field in the dialog.
_range
Type: Range Extended Data Type
The value of the field.
_tableId
Type: TableId Extended Data Type
The table identifier; optional.

Return Value

Type: boolean
true if the field was added; otherwise, false.

Community Additions

ADD
Show: