RecordRef.Insert(Boolean) Method

Version: Available or changed with runtime version 1.0.

Inserts a record into a table.

Syntax

[Ok := ]  RecordRef.Insert(RunTrigger: 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.

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