Record.SecurityFiltering([SecurityFilter]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets how security filters are applied to the record.

Syntax

[SecurityFiltering := ]  Record.SecurityFiltering([SecurityFiltering: SecurityFilter])

Note

This method can be invoked using property access syntax.

Parameters

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

[Optional] SecurityFiltering
 Type: SecurityFilter
The security filter currently applied to the record.

Return Value

[Optional] SecurityFiltering
 Type: SecurityFilter
The new security filter for the record.

See Also

Record Data Type
Get Started with AL
Developing Extensions