TestFilter.SetFilter(TestFilterField, Text) Method

Version: Available or changed with runtime version 1.0.

Applies a filter to the specified field on a test page.

Syntax

 TestFilter.SetFilter(Field: TestFilterField, String: Text)

Parameters

TestFilter
 Type: TestFilter
An instance of the TestFilter data type.

Field
 Type: TestFilterField
The field that you want to apply the filter to.

String
 Type: Text
The filter to apply to the specified field.

See Also

TestFilter Data Type
Get Started with AL
Developing Extensions