Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 5.0.
Gets a boolean value that indicates whether the current in-memory instance of a record or filtered set of records has changed since being retrieved from the database.
Syntax
Dirty := RecordRef.IsDirty()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
Dirty
Type: Boolean
true if the a table or filtered set of records has changed; otherwise, false.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions