หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Version: Available or changed with runtime version 6.0.
Gets the field number that is used by the SystemModifiedAt field. The SystemModifiedAt field is a system field that the platform adds to all table objects.
Syntax
SystemModifiedAtFieldNo := RecordRef.SystemModifiedAtNo()
Note
This method can be invoked using property access syntax.
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Return Value
SystemModifiedAtFieldNo
Type: Integer
The field number of the SystemModifiedAt field.
Related information
RecordRef Data Type
Get Started with AL
Developing Extensions