OnDeleteRecord (Request Page) trigger

Version: Available or changed with runtime version 1.0.

Runs before a record is deleted from the table.

Syntax

trigger OnDeleteRecord(): Ok
begin
    ...
end;

Return Value

Ok
 Type: Boolean
true if the specified record was deleted, otherwise false. This value is checked after each call. The default value is true.

Remarks

The action is canceled but the page is not closed if an error occurs in the trigger code. You can use this trigger to write to the database.

Get Started with AL
Developing Extensions
OnDeleteRecord (Page) Trigger
OnDeleteRecord (Request Page Extension) Trigger
OnDeleteRecord (Page Extension) Trigger