OnAfterGetRecord (Xml Port Table Element) trigger
Version: Available or changed with runtime version 1.0.
Runs after a record is retrieved from a table and before it is exported to the XML document.
Syntax
trigger OnAfterGetRecord()
begin
...
end;
Remarks
This trigger is only used to export data. It is typically used to manipulate the fields that are being exported from the table and to calculate the variables that depend on the record.
Related information
Get Started with AL
Developing Extensions
OnAfterGetRecord (Page) Trigger
OnAfterGetRecord (Request Page) Trigger
OnAfterGetRecord (Request Page Extension) Trigger
OnAfterGetRecord (Page Extension) Trigger
OnAfterGetRecord (Report Data Item) Trigger