Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
Marhoon committed Dec 20, 2023
1 parent 4e1c5ec commit 02af522
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions US/.AL-Go/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"artifact": "https://bcartifacts.azureedge.net/sandbox/22.0.54157.55210/us",
"country": "us",
"appFolders": [],
"testFolders": [],
Expand Down
2 changes: 1 addition & 1 deletion US/mysolution.us/HelloWorld.al
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Remember that object names and IDs should be unique across all extensions.
// AL snippets start with t*, like tpageext - give them a try and happy coding!

pageextension 50000 CustomerListExt extends "Customer List"
pageextension 50000 CustomerListExtUS extends "Customer List"
{
trigger OnOpenPage();
begin
Expand Down
3 changes: 2 additions & 1 deletion W1/.AL-Go/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"country": "us",
"artifact": "https://bcartifacts.azureedge.net/sandbox/22.0.54157.55210/w1",
"country": "w1",
"appFolders": [],
"testFolders": []
}
2 changes: 1 addition & 1 deletion W1/mysolution.w1/HelloWorld.al
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Remember that object names and IDs should be unique across all extensions.
// AL snippets start with t*, like tpageext - give them a try and happy coding!

pageextension 52000 CustomerListExt extends "Customer List"
pageextension 52000 CustomerListExtW1 extends "Customer List"
{
trigger OnOpenPage();
begin
Expand Down

0 comments on commit 02af522

Please sign in to comment.