Deletes a record in a C/SIDE table.

[Ok :=] Record.DELETE([RunTrigger])

Parameters

Record

Type: Record

The record to be deleted. The record itself does not change.

RunTrigger

Type: Boolean

This optional parameter specifies whether to run the C/AL code in the OnDelete Trigger.

If this parameter is true, then the code in the OnDelete trigger will be executed. If this parameter is false (default), then the code in the OnDelete trigger will not be executed.

The default value is false.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also