Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.42 KB

record-markedonly-method.md

File metadata and controls

46 lines (38 loc) · 1.42 KB
title description ms.author ms.date ms.topic author ms.reviewer
Record.MarkedOnly([Boolean]) Method
Activates a special filter.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Record.MarkedOnly([Boolean]) Method

Version: Available or changed with runtime version 1.0.

Activates a special filter. After you use this function, your view of the table includes only records marked by the Mark (Record) method.

Syntax

[MarkedOnly := ]  Record.MarkedOnly([MarkedOnly: Boolean])

Note

This method can be invoked using property access syntax.

Parameters

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

[Optional] MarkedOnly
 Type: Boolean
Activates a special filter.

Return Value

[Optional] MarkedOnly
 Type: Boolean
true if the special filter is being used; otherwise, false.

See Also

Record Data Type
Get Started with AL
Developing Extensions
Mark (Record) Method