Skip to content

Commit 1278cc9

Browse files
author
Magnus Hartvig Grønbech
committed
Syncing with version 27.0.38415.0
1 parent 2c109cf commit 1278cc9

File tree

1,133 files changed

+45027
-4825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,133 files changed

+45027
-4825
lines changed

.github/AL-Go-Settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"runs-on": "windows-latest",
77
"cacheImageName": "",
88
"UsePsSession": false,
9-
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/27.0.38002.0/base",
9+
"artifact": "https://bcinsider-fvh2ekdjecfjd6gk.b02.azurefd.net/sandbox/27.0.38415.0/base",
1010
"country": "base",
1111
"useProjectDependencies": true,
1212
"repoVersion": "27.0",

Apps/APAC/EDocumentFormats/PINT A-NZ/app/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "E-Document Format for PINT A-NZ.",
66
"description": "E-Document Format for PINT A-NZ is a customization for Australian/New Zealand business requirements. This app supports PINT A-NZ format for working with E-documents app.",
7-
"version": "27.0.0.0",
7+
"version": "$(app_currentVersion)",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2304905",
@@ -16,14 +16,14 @@
1616
"id": "e1d97edc-c239-46b4-8d84-6368bdf67c8b",
1717
"name": "E-Document Core",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
}
2121
],
2222
"features": [
2323
"TranslationFile"
2424
],
2525
"screenshots": [],
26-
"platform": "27.0.0.0",
26+
"platform": "$(app_platformVersion)",
2727
"idRanges": [
2828
{
2929
"from": 28005,
@@ -35,5 +35,5 @@
3535
"allowDownloadingSource": true,
3636
"includeSourceInSymbolFile": true
3737
},
38-
"application": "27.0.0.0"
38+
"application": "$(app_minimumVersion)"
3939
}

Apps/APAC/EDocumentFormats/PINT A-NZ/test/app.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "E-Document Format for PINT A-NZ Tests.",
66
"description": "Tests for E-Document Format for PINT A-NZ.",
7-
"version": "27.0.0.0",
7+
"version": "$(app_currentVersion)",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2304905",
@@ -16,35 +16,35 @@
1616
"id": "e1d97edc-c239-46b4-8d84-6368bdf67c8b",
1717
"name": "E-Document Core",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
},
2121
{
2222
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
2323
"name": "Tests-TestLibraries",
2424
"publisher": "Microsoft",
25-
"version": "27.0.0.0"
25+
"version": "$(app_minimumVersion)"
2626
},
2727
{
2828
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
2929
"name": "System Application Test Library",
3030
"publisher": "Microsoft",
31-
"version": "27.0.0.0"
31+
"version": "$(app_minimumVersion)"
3232
},
3333
{
3434
"id": "5095f467-0a01-4b99-99d1-9ff1237d286f",
3535
"publisher": "Microsoft",
3636
"name": "Library Variable Storage",
37-
"version": "27.0.0.0"
37+
"version": "$(app_minimumVersion)"
3838
},
3939
{
4040
"id": "8238f99b-cbe5-4b9c-1234-7771145b7470",
4141
"name": "E-Document Format for PINT A-NZ",
4242
"publisher": "Microsoft",
43-
"version": "27.0.0.0"
43+
"version": "$(app_minimumVersion)"
4444
}
4545
],
4646
"screenshots": [],
47-
"platform": "27.0.0.0",
47+
"platform": "$(app_platformVersion)",
4848
"features": [
4949
"TranslationFile"
5050
],
@@ -59,5 +59,5 @@
5959
"allowDownloadingSource": true,
6060
"includeSourceInSymbolFile": true
6161
},
62-
"application": "27.0.0.0"
62+
"application": "$(app_minimumVersion)"
6363
}

Apps/AT/ContosoCoffeeDemoDatasetAT/app/DemoData/CreateATGLAccounts.Codeunit.al

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ codeunit 11140 "Create AT GL Accounts"
8282
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.SubcontractedVarianceName(), '5330');
8383
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.CapOverheadVarianceName(), '5340');
8484
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.MfgOverheadVarianceName(), '5350');
85+
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.MaterialNonInvVarianceName(), '5315');
8586

8687
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.FinishedGoodsName(), '1510');
8788
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.WIPAccountFinishedGoodsName(), '1410');

Apps/AT/ContosoCoffeeDemoDatasetAT/app/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "4b0b41f9-7a13-4231-d521-1465186cfb32",
33
"name": "Contoso Coffee Demo Dataset (AT)",
44
"publisher": "Microsoft",
5-
"version": "27.0.0.0",
5+
"version": "$(app_currentVersion)",
66
"brief": "To help partners demonstrate the capabilities of Business Central, we are making new and extensive demo data available for various scenarios.",
77
"description": "Presales specialists can run the tool on top of Cronus or My Company and get the setup and demo data they'll need when they demonstrate various scenarios.",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
@@ -16,12 +16,12 @@
1616
"id": "5a0b41e9-7a42-4123-d521-2265186cfb31",
1717
"name": "Contoso Coffee Demo Dataset",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
}
2121
],
2222
"screenshots": [],
23-
"platform": "27.0.0.0",
24-
"application": "27.0.0.0",
23+
"platform": "$(app_platformVersion)",
24+
"application": "$(app_minimumVersion)",
2525
"idRanges": [
2626
{
2727
"from": 11140,

Apps/AT/HybridBCLast_AT/app/app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "f4065a83-c2eb-4658-886e-c25a80dcad45",
33
"name": "Business Central Cloud Migration - Previous Release (AT)",
44
"publisher": "Microsoft",
5-
"version": "27.0.0.0",
5+
"version": "$(app_currentVersion)",
66
"brief": "Enables data migration from the previous version of Dynamics BC (n-1) to the current release of Dynamics 365 Business Central SaaS.",
77
"description": "This extension, in conjuction with the Business Central Cloud Migration Previous Release, will enable you to migrate data from your Business Central on-premises solution for Austria to your Dynamics 365 Business Central cloud tenant for Austria. This extension is required to update country specific tables. Once you have walked through the cloud migration wizard in assisted setup, you will be able to migrate your data from your on-premises environment to your cloud tenant.",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
@@ -15,23 +15,23 @@
1515
{
1616
"publisher": "Microsoft",
1717
"name": "Intelligent Cloud Base",
18-
"version": "27.0.0.0",
18+
"version": "$(app_minimumVersion)",
1919
"id": "58623bfa-0559-4bc2-ae1c-0979c29fd9e0"
2020
},
2121
{
2222
"publisher": "Microsoft",
2323
"name": "Business Central Cloud Migration - Previous Release",
24-
"version": "27.0.0.0",
24+
"version": "$(app_minimumVersion)",
2525
"id": "6992416f-3f39-4d3c-8242-3fff61350bea"
2626
}
2727
],
2828
"screenshots": [],
29-
"platform": "27.0.0.0",
29+
"platform": "$(app_platformVersion)",
3030
"resourceExposurePolicy": {
3131
"allowDebugging": false,
3232
"allowDownloadingSource": true,
3333
"includeSourceInSymbolFile": true
3434
},
3535
"target": "OnPrem",
36-
"application": "27.0.0.0"
36+
"application": "$(app_minimumVersion)"
3737
}

Apps/AT/IntrastatAT/app/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "The Intrastat extension makes it easy to export the Intrastat report in the format that the authorities in your country require.",
66
"description": "The formats that businesses must use to report Intrastat vary from country to country. The Intrastat extension makes it easy to export the Intrastat report in the format that the authorities in your country require.",
7-
"version": "27.0.0.0",
7+
"version": "$(app_currentVersion)",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2204541",
@@ -16,11 +16,11 @@
1616
"id": "70912191-3c4c-49fc-a1de-bc6ea1ac9da6",
1717
"name": "Intrastat Core",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
}
2121
],
2222
"screenshots": [],
23-
"platform": "27.0.0.0",
23+
"platform": "$(app_platformVersion)",
2424
"idRanges": [
2525
{
2626
"from": 11150,
@@ -36,6 +36,6 @@
3636
"allowDownloadingSource": true,
3737
"includeSourceInSymbolFile": true
3838
},
39-
"application": "27.0.0.0",
39+
"application": "$(app_minimumVersion)",
4040
"target": "Cloud"
4141
}

Apps/AU/ContosoCoffeeDemoDatasetAU/app/DemoData/Finance/1.Setup Data/CreateAUGLAccounts.Codeunit.al

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ codeunit 17107 "Create AU GL Accounts"
8282
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.SubcontractedVarianceName(), '5710');
8383
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.CapOverheadVarianceName(), '5720');
8484
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.MfgOverheadVarianceName(), '5730');
85+
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.MaterialNonInvVarianceName(), '5696');
8586

8687
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.FinishedGoodsName(), '1320');
8788
ContosoGLAccount.AddAccountForLocalization(MfgGLAccount.WIPAccountFinishedGoodsName(), '1340');

Apps/AU/ContosoCoffeeDemoDatasetAU/app/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "4b0b41f9-7a13-4231-d521-2465186cfb32",
33
"name": "Contoso Coffee Demo Dataset (AU)",
44
"publisher": "Microsoft",
5-
"version": "27.0.0.0",
5+
"version": "$(app_currentVersion)",
66
"brief": "To help partners demonstrate the capabilities of Business Central, we are making new and extensive demo data available for various scenarios.",
77
"description": "Presales specialists can run the tool on top of Cronus or My Company and get the setup and demo data they'll need when they demonstrate various scenarios.",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
@@ -16,12 +16,12 @@
1616
"id": "5a0b41e9-7a42-4123-d521-2265186cfb31",
1717
"name": "Contoso Coffee Demo Dataset",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
}
2121
],
2222
"screenshots": [],
23-
"platform": "27.0.0.0",
24-
"application": "27.0.0.0",
23+
"platform": "$(app_platformVersion)",
24+
"application": "$(app_minimumVersion)",
2525
"idRanges": [
2626
{
2727
"from": 17107,

Apps/AU/EDocument_AU/demo data/app.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "Microsoft",
55
"brief": "The Dynamics 365 Business Central E-Documents module enables different models of electronic invoicing, available for additional localizations.",
66
"description": "Business Central's E-Documents module is the foundation layer for all e-invoicing standards covering most common processes, but it can be used for other electronic documents. The module is easily extendable with the country-based e-invoicing apps. The E-Documents app covers both sales and purchase processes and can have different lifecycles from standard invoices in Business Central.",
7-
"version": "27.0.0.0",
7+
"version": "$(app_currentVersion)",
88
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
99
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
1010
"help": "https://go.microsoft.com/fwlink/?linkid=2204541",
@@ -16,29 +16,29 @@
1616
"id": "e1d97edc-c239-46b4-8d84-6368bdf67c8b",
1717
"name": "E-Document Core",
1818
"publisher": "Microsoft",
19-
"version": "27.0.0.0"
19+
"version": "$(app_minimumVersion)"
2020
},
2121
{
2222
"id": "de0dddf3-9917-430d-8d20-6e7679a08500",
2323
"name": "E-Document Core Demo Data",
2424
"publisher": "Microsoft",
25-
"version": "27.0.0.0"
25+
"version": "$(app_minimumVersion)"
2626
},
2727
{
2828
"id": "5a0b41e9-7a42-4123-d521-2265186cfb31",
2929
"name": "Contoso Coffee Demo Dataset",
3030
"publisher": "Microsoft",
31-
"version": "27.0.0.0"
31+
"version": "$(app_minimumVersion)"
3232
},
3333
{
3434
"id": "4b0b41f9-7a13-4231-d521-2465186cfb32",
3535
"name": "Contoso Coffee Demo Dataset (AU)",
3636
"publisher": "Microsoft",
37-
"version": "27.0.0.0"
37+
"version": "$(app_minimumVersion)"
3838
}
3939
],
4040
"screenshots": [],
41-
"platform": "27.0.0.0",
41+
"platform": "$(app_platformVersion)",
4242
"idRanges": [
4343
{
4444
"from": 17211,
@@ -50,7 +50,7 @@
5050
"allowDownloadingSource": true,
5151
"includeSourceInSymbolFile": true
5252
},
53-
"application": "27.0.0.0",
53+
"application": "$(app_minimumVersion)",
5454
"target": "OnPrem",
5555
"resourceFolders": [
5656
".resources"

0 commit comments

Comments
 (0)