EASY for Dynamics 365 BC App
Installation from the Microsoft AppSource
The current version of the app can be downloaded anytime from the Microsoft AppSource. In doing so, an entry is generated in the "Deployment status" table, and the app is deployed in the background. Once the app is installed, you can execute the ECM Setup Wizard.
Installation on on-premise systems
The DMS solution is provided as a runtimepackage.app file. Both app files, "EASY Software AG_ECM Base Application_..." and "EASY Software AG_ECM EASY for Business Central_...", must be published in a PowerShell script.
The package contains the "EASYforDyn365BC_InstallationScript.ps1" script for publishing the app; it must be executed in the Windows PowerShell with administrator rights.
In doing so, the following parameters must be defined:
Variable |
Comment |
Example |
Business Central parameter |
||
$BCInstallDir |
Microsoft Dynamics 365 Business Central installation directory on the server |
"C:\Program Files\Microsoft Dynamics 365 Business Central\170\" |
$BCServerInstance |
Here you specify the Dynamics 365 BC server instance (service tier) |
"BC170" |
ECM Base App |
||
$AppNameBase |
Here you specify the ECM Base App's file name |
"EASY for Dynamics 365 Business Central" |
$BaseAppVersion |
Here you specify the ECM Base App version |
"1.17.210316.0" |
ECM Connector App |
||
$AppNameConnector |
Here you specify the ECM Connector App's file name |
"EASY for Dynamics 365 Business Central" |
$ConnectorAppVersion |
Here you specify the ECM Connector App's version |
"1.17.210301.0" |
File path of the .app files |
||
$BaseAppPath |
Here you specify the file path of the respective app |
"C:\Dynamics 365 Business Central 2020 Wave 2 (17)\EASY SOFTWARE AG_ECM Base Application_1.17.210316.0_runtime.app" |
$ConnectorAppPath |
Here you specify the file path of the respective app |
"C:\Dynamics 365 Business Central 2020 Wave 2 (17)\EASY SOFTWARE AG_EASY for Dynamics 365 Business Central_1.17.210301.0_runtime.app" |
Next, you have to install the published apps in Dynamics 365 Business Central on the "Extension Management" page.
Installation steps
Select the extension
Click Next
After you agree to the license terms, the app can be installed
Successful installation is confirmed in the dialog
After that, the EASY for Dynamics 365 BC app will be displayed as installed in extension management
After installation, all pages of the interface can be found via searching under the namespace "ECM". You should perform interface setup as the next step, using the ECM Setup Wizard.
Please make sure that the "Allow HttpClient Request" switch is turned on for all extensions of the EASY software under "Configure". Otherwise, the interface cannot communicate with the archive server.