OnAssistEdit (Page Field) trigger
Version: Available or changed with runtime version 1.0.
Runs in place of the AssistEdit property features that are provided in the application.
Syntax
trigger OnAssistEdit()
begin
...
end;
Note
The trigger is not invoked on a page that is in view mode.
Remarks
The AssistEdit Property must be set to True to enable the assist-edit capabilities.
If there is an error in the trigger code, then the page is closed.
You can use this trigger to write to the database.
Related information
Get Started with AL
Developing Extensions
OnAssistEdit (Page Field Extension) Trigger