Skip to content

Commit

Permalink
Update ConnectivityAppDefinitions.Codeunit.al (#26564)
Browse files Browse the repository at this point in the history
Added Bankfeed to 3 more countries in ConnectivityApps: EE, IE, US

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to AlAppExtensions please read our pull request guideline
below
* https://github.com/microsoft/ALAppExtensions/blob/main/CONTRIBUTING.md
-->
#### Summary <!-- Provide a general summary of your changes -->

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes #

Fixes
[AB#536942](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/536942)
  • Loading branch information
lukasaus authored May 30, 2024
1 parent b462305 commit 196f5b9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ codeunit 20352 "Connectivity App Definitions"
AppApprovedFor: Text;
begin
/***************************************************
Add app 'Bankfeed - Bank Statement Import & Reconciliation' to LT, DK, HU, GB, ES, LV, DE, RO
Add app 'Bankfeed - Bank Statement Import & Reconciliation' to LT, DK, HU, GB, ES, LV, DE, RO, IE, US
***************************************************/

AppId := '74689c09-2ed3-4e69-a2e8-c9310a271b9a';
Expand All @@ -283,8 +283,8 @@ codeunit 20352 "Connectivity App Definitions"
AppDescription := 'Bank statement import & reconciliation.';
AppProviderSupportURL := 'https://bankfeed.com/banks/';
AppSourceUrl := 'https://appsource.microsoft.com/en-us/product/dynamics-365-business-central/PUBID.softera_baltic%7CAID.softeradokubank%7CPAPPID.74689c09-2ed3-4e69-a2e8-c9310a271b9a';
AppApprovedFor := 'LT,DK,HU,GB,ES,LV,DE,RO';
AppWorksOn := 'W1,DK,GB,ES,DE';
AppApprovedFor := 'LT,DK,HU,GB,ES,LV,DE,RO,IE,US';
AppWorksOn := 'W1,DK,GB,ES,DE,US';

AddDescriptionTranslation(AppId, 'Banko išrašo importas ir suderinimas.', 1063);
AddDescriptionTranslation(AppId, 'Kontoudtog import & afstemning.', 1030);
Expand Down Expand Up @@ -504,4 +504,4 @@ codeunit 20352 "Connectivity App Definitions"
TempApprovedConnectivityAppCountryOrRegion.DeleteAll();
TempWorksOnConnectivityAppLocalization.DeleteAll();
end;
}
}

0 comments on commit 196f5b9

Please sign in to comment.