Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.33 KB

testfilter-getfilter-method.md

File metadata and controls

43 lines (34 loc) · 1.33 KB
title description ms.author ms.date ms.topic author ms.reviewer
TestFilter.GetFilter(TestFilterField) Method
Gets the filter that is applied to the specified field in a data set that is displayed on a test page.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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

See Also

TestFilter Data Type
Get Started with AL
Developing Extensions