Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.32 KB

recordref-systemcreatedbyno-method.md

File metadata and controls

40 lines (34 loc) · 1.32 KB
title description ms.author ms.date ms.topic author ms.reviewer
RecordRef.SystemCreatedByNo() Method
Gets the field number that is used by the SystemCreatedBy field.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

RecordRef.SystemCreatedByNo() Method

Version: Available or changed with runtime version 6.0.

Gets the field number that is used by the SystemCreatedBy field. The SystemCreatedBy field is a system field that the platform adds to all table objects.

Syntax

SystemCreatedByFieldNo :=   RecordRef.SystemCreatedByNo()

Note

This method can be invoked using property access syntax.

Parameters

RecordRef
 Type: RecordRef
An instance of the RecordRef data type.

Return Value

SystemCreatedByFieldNo
 Type: Integer
The field number of the SystemCreatedBy field.

See Also

RecordRef Data Type
Get Started with AL
Developing Extensions