Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 1.0.
Runs after the source expression has been formatted into a text variable and before the text variable is passed to the XML document.
Syntax
trigger OnBeforePassVariable()
begin
...
end;
Remarks
This trigger is only used to export data and is typically used to manipulate the text variable.
Related information
Get Started with AL
Developing Extensions
OnBeforePassVariable (Xml Port Text Element) Trigger