Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 865 Bytes

devenv-oninitxmlport-xmlport-trigger.md

File metadata and controls

33 lines (26 loc) · 865 Bytes
title description ms.author ms.date ms.topic author ms.reviewer
OnInitXmlPort (Xml Port) Trigger
Runs when the XMLport is loaded and before any table views and filters are set.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

OnInitXmlPort (Xml Port) Trigger

Version: Available or changed with runtime version 1.0.

Runs when the XMLport is loaded and before any table views and filters are set.

Syntax

trigger OnInitXmlPort()
begin
    ...
end;

See Also

Get Started with AL
Developing Extensions