Record.GetFilters() Method

Version: Available or changed with runtime version 1.0.

Gets a string that contains a list of the filters within the current filter group for all fields in a record. In addition, this method also returns the state of the MARKEDONLY method (Record).

Syntax

String :=   Record.GetFilters()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

String
 Type: Text

See Also

Record Data Type
Get Started with AL
Developing Extensions