Edit

Share via


OnBeforePassVariable (Xml Port Text Attribute) trigger

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.

Get Started with AL
Developing Extensions
OnBeforePassVariable (Xml Port Text Element) Trigger