diff --git a/Licensing/HelloWorld.al b/Licensing/HelloWorld.al index 1fa8d26..db17d0b 100644 --- a/Licensing/HelloWorld.al +++ b/Licensing/HelloWorld.al @@ -6,6 +6,6 @@ pageextension 51000 CustomerListExtLicensing extends "Customer List" { trigger OnOpenPage(); begin - // Message('App published: Hello world!!'); + // Message('App published: Hello world!!!'); end; }