File tree Expand file tree Collapse file tree 4 files changed +56
-6
lines changed Expand file tree Collapse file tree 4 files changed +56
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "folders" : [
3- {
4- "path" : " .AL-Go"
5- }
6- ],
7- "settings" : {}
2+ "folders" : [
3+ {
4+ "path" : " app1"
5+ },
6+ {
7+ "path" : " .AL-Go"
8+ }
9+ ],
10+ "settings" : {}
811}
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ ]
5+ }
Original file line number Diff line number Diff line change 1+ // Welcome to your new AL extension.
2+ // Remember that object names and IDs should be unique across all extensions.
3+ // AL snippets start with t*, like tpageext - give them a try and happy coding!
4+
5+ pageextension 55000 CustomerListExt extends "Customer List"
6+ {
7+ trigger OnOpenPage() ;
8+ begin
9+ Message( ' App published: Hello world' ) ;
10+ end ;
11+ }
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " 493a04e9-f1ec-4009-ab6a-5699c45c165c" ,
3+ "name" : " app1" ,
4+ "publisher" : " microsys" ,
5+ "version" : " 1.0.0.0" ,
6+ "brief" : " " ,
7+ "description" : " " ,
8+ "privacyStatement" : " " ,
9+ "EULA" : " " ,
10+ "help" : " " ,
11+ "url" : " " ,
12+ "logo" : " " ,
13+ "dependencies" : [],
14+ "screenshots" : [],
15+ "platform" : " 1.0.0.0" ,
16+ "application" : " 22.0.0.0" ,
17+ "idRanges" : [
18+ {
19+ "from" : 55000 ,
20+ "to" : 55100
21+ }
22+ ],
23+ "features" : [
24+ " NoImplicitWith"
25+ ],
26+ "resourceExposurePolicy" : {
27+ "allowDebugging" : true ,
28+ "allowDownloadingSource" : false ,
29+ "includeSourceInSymbolFile" : false
30+ }
31+ }
You can’t perform that action at this time.
0 commit comments