Record.WritePermission() Method

Version: Available or changed with runtime version 1.0.

Determines whether a user can write to a table. This method can test for both full write permission and partial write permission that has been granted with a security filter. A write permission consists of Insert, Delete, and Modify permissions.

Syntax

Ok :=   Record.WritePermission()

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