RecordRef.MarkedOnly([Boolean]) Method

Version: Available or changed with runtime version 5.3.

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

Syntax

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

Note

This method can be invoked using property access syntax.

Parameters

RecordRef
 Type: RecordRef
An instance of the RecordRef 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

RecordRef Data Type
Get Started with AL
Developing Extensions