RunBaseDialogModifyDs_RU.addRangeAndFilterToDialog Method [AX 2012]

Adds a query filter or a query build range to the dialog form.

protected Set addRangeAndFilterToDialog(
    SysDictField sysDictField, 
    str value, 
    Set fieldNameEnabledSet, 
    DialogGroup dialogGroupTable, 
    int curRangeFields, 
   [int tableId])

Run On

Called

Parameters

sysDictField
Type: SysDictField Class
The field corresponding the filter or range.
value
Type: str
The value of the filter or range.
fieldNameEnabledSet
Type: Set Class
The set of enabled fields.
dialogGroupTable
Type: DialogGroup Class
The group control in the dialog which contains the filter or range.
curRangeFields
Type: int
The number of ranges/filters processed so far.
tableId
Type: int
The table indentifier.

Return Value

Type: Set Class
The number of ranges/filters processed so far.

Community Additions

ADD
Show: