FormDataSource.filter Method [AX 2012]

Filters records in the data source.

public void filter(FieldId field, str value)

Run On

Client

Parameters

field
Type: FieldId Extended Data Type
The data source field that has the values that should be matched against the filtering condition.
value
Type: str
The filtering condition.

The filter method can be overridden on a form data source to extend the standard filtering functionality. Right-click the Methods node under the data source, point to Override Method, and then click filter.

Community Additions

ADD
Show: