RecordRef.Insert(Boolean, Boolean) Method

Version: Available or changed with runtime version 4.1.

Inserts a record into a table.

Syntax

[Ok := ]  RecordRef.Insert(RunTrigger: Boolean, InsertWithSystemId: Boolean)

Parameters

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

RunTrigger
 Type: Boolean
If this parameter is true, the code in the OnInsert Trigger is executed. If this parameter is false, the code in the OnInsert trigger is not executed. The default value is false.

InsertWithSystemId
 Type: Boolean
If this parameter is true, the SystemId field of the record is given a value that you explicitly assign. If a value is not assigned, then the platform assigns one. If this parameter is false, the SystemId field is given a value that is auto-generated by the platform. The default value is false.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

RecordRef Data Type
Get Started with AL
Developing Extensions