TestFilter Data Type

Version: Available or changed with runtime version 1.0.

Represents a test filter on a page.

Instance methods

The following methods are available on instances of the TestFilter data type.

Method name Description
Ascending([Boolean]) Gets or sets the order in which to search through a data set on a test page.
CurrentKey() Gets the current key of a data set that is displayed on a test page.
GetFilter(TestFilterField) Gets the filter that is applied to the specified field in a data set that is displayed on a test page.
SetCurrentKey(TestFilterField [, TestFilterField,...]) Sets the specified fields in a data set on a test page as the current key.
SetFilter(TestFilterField, Text) Applies a filter to the specified field on a test page.

See Also

Get Started with AL
Developing Extensions