RecordRef.RecordLevelLocking() Method
Version: Available or changed with runtime version 1.0.
Gets a value indicating whether record level locking is enabled.
Syntax
Ok := RecordRef.RecordLevelLocking()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
Ok
Type: Boolean
true if record level locking is enabled, otherwise false.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions