TestFilter.GetFilter(TestFilterField) Method
Version: Available or changed with runtime version 1.0.
Gets the filter that is applied to the specified field in a data set that is displayed on a test page.
Syntax
String := TestFilter.GetFilter(Field: TestFilterField)
Parameters
TestFilter
Type: TestFilter
An instance of the TestFilter data type.
Field
Type: TestFilterField
The field that you want to get the filter from.
Return Value
String
Type: Text
Related information
TestFilter Data Type
Get Started with AL
Developing Extensions