Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.28 KB

record-readpermission-method.md

File metadata and controls

40 lines (33 loc) · 1.28 KB
title description ms.author ms.date ms.topic author ms.reviewer
Record.ReadPermission() Method
Determines whether a user is granted read permission to the table that contains a record.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Record.ReadPermission() Method

Version: Available or changed with runtime version 1.0.

Determines whether a user is granted read permission to the table that contains a record. This method can test for both full read permission and partial read permission that has been granted with a security filter.

Syntax

Ok :=   Record.ReadPermission()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Ok
 Type: Boolean

See Also

Record Data Type
Get Started with AL
Developing Extensions