Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Filters records in the data source.
Syntax
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.
Remarks
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.