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
CalledParameters
- 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.
Community Additions
ADD
Show: