FormGroupControl.filter Method [AX 2012]

Is called when the user right-clicks a form group control and then clicks Filter By Selection.

public void filter([str filterStr])

Run On

Client

Parameters

filterStr
Type: str
A String data type that specifies the text for the filter; optional.

You can override this method in a form group control by right-clicking the Methods node below the control, clicking Override Method, and then clicking filter.

For information about best practices for forms and code, see No Code in Forms.

Community Additions

ADD
Show: