Share via


RunBaseDialogModify.addRangeAndFilterToDialog Method [AX 2012]

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

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected Set addRangeAndFilterToDialog(
            SysDictField sysDictField, 
            str value, 
            Set fieldNameEnabledSet, 
            DialogGroup dialogGroupTable, 
            int curRangeFields)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected Set addRangeAndFilterToDialog(
            SysDictField sysDictField, 
            str value, 
            Set fieldNameEnabledSet, 
            DialogGroup dialogGroupTable, 
            int curRangeFields)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private Set addRangeAndFilterToDialog(
            SysDictField sysDictField, 
            str value, 
            Set fieldNameEnabledSet, 
            DialogGroup dialogGroupTable, 
            int curRangeFields)

  Microsoft Dynamics AX 2012 (FPK)
          private Set addRangeAndFilterToDialog(
            SysDictField sysDictField, 
            str value, 
            Set fieldNameEnabledSet, 
            DialogGroup dialogGroupTable, 
            int curRangeFields)

  Microsoft Dynamics AX 2012 (SYS)
          private Set addRangeAndFilterToDialog(
            SysDictField sysDictField, 
            str value, 
            Set fieldNameEnabledSet, 
            DialogGroup dialogGroupTable, 
            int curRangeFields)

Run On

Called

Parameters

  • sysDictField
    Type: SysDictField Class
    The field that corresponds to 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 box that contains the filter or range.
  • curRangeFields
    Type: int
    The number of ranges or filters processed to this point.

Return Value

Type: Set Class
The number of ranges or filters processed to this point.

See Also

Reference

RunBaseDialogModify Class