We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0647eff commit 8889ce3Copy full SHA for 8889ce3
app1/HelloWorld.al
@@ -6,6 +6,6 @@ pageextension 55000 CustomerListExt extends "Customer List"
6
{
7
trigger OnOpenPage();
8
begin
9
- Message('App published: Hello world');
+ Message('App published: Hello world again');
10
end;
11
}
0 commit comments