Deletes a record in a C/SIDE table.

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

Parameters

RecordRef

Type: RecordRef

The recordref that refers to the record that you want to delete.

RunTrigger

Type: Boolean

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

This parameter is optional.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also