RecordRef.SystemCreatedAtNo() Method
Version: Available or changed with runtime version 6.0.
Gets the field number that is used by the SystemCreatedAt field. The SystemCreatedAt field is a system field that the platform adds to all table objects.
Syntax
SystemCreatedAtFieldNo := RecordRef.SystemCreatedAtNo()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
SystemCreatedAtFieldNo
Type: Integer
The field number of the SystemCreatedAt field.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions