generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecfb63b
commit bf59cea
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
pageextension 50000 CustomerListExt extends "Customer List" | ||
{ | ||
trigger OnOpenPage(); | ||
begin | ||
Message('App published: Hello AL-Go!'); | ||
end; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"id": "921879f8-cca3-4357-a47d-580b2f381417", | ||
"name": "MyApp", | ||
"publisher": "Jonas", | ||
"version": "1.0.0.0", | ||
"brief": "", | ||
"description": "", | ||
"privacyStatement": "", | ||
"EULA": "", | ||
"help": "", | ||
"url": "", | ||
"logo": "", | ||
"dependencies": [], | ||
"screenshots": [], | ||
"platform": "1.0.0.0", | ||
"application": "22.0.0.0", | ||
"idRanges": [ | ||
{ | ||
"from": 50000, | ||
"to": 51000 | ||
} | ||
], | ||
"features": [ | ||
"NoImplicitWith" | ||
], | ||
"resourceExposurePolicy": { | ||
"allowDebugging": true, | ||
"allowDownloadingSource": false, | ||
"includeSourceInSymbolFile": false | ||
} | ||
} | ||
|