OnAfterGetCurrRecordEvent (Page) Trigger Event

Version: Available or changed with runtime version 1.0.

Executed after the OnAfterGetCurrRecord trigger, which is called after the current record is retrieved from the table.

Syntax

[EventSubscriber(ObjectType::Page, Page::<Page Name>, 'OnAfterGetCurrRecordEvent', '', <SkipOnMissingLicense>, <SkipOnMissingPermission>)]
local procedure MyProcedure(var Rec: Record)
begin
    ...
end;

Parameters

Rec
 Type: Record
The table that raises the event.

See Also

Get Started with AL
Developing Extensions