Share via


RunBaseDialogModifyDs_RU.addField Method [AX 2012]

Adds a field to the dialog.

Syntax

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

Run On

Called

Parameters

  • _fieldNameSet
    Type: Set Class
    The set of the fields name.

Return Value

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

See Also

Reference

RunBaseDialogModifyDs_RU Class