Learn how to install and uninstall edoc D365 BC plugin ecm in your local Microsoft Dynamics 365 Business Central environment.
Preparatory steps and required installation files
You will receive the following installation files from edoc solutions ag, which you save locally on the server with Dynamics 365 Business Central: edoc solutions ag_edoc D365 BC plugin ecm_<Version>.app
Things to know
To install, you need administration permissions both to save the files and to run Business Central Administration Shell.
Installation steps
Start Business Central Administration Shell from the respective Microsoft Dynamics 365 Business Central version with administration rights at Start > Business Central Administration Shell.
Save the file edoc solutions ag_edoc D365 BC plugin ecm_<Version>.app to any local storage location. Please note the storage location.
For a description of the individual command parameters see the Microsoft Docs website in the Microsoft.Dynamics.Nav.Apps.Management reference for Dynamics 365 Business Central.
Execute the following commands in exactly this order:
-
Publish the app in the selected Business Central Server instance with the following command:
Publish-NAVApp -Path "<drive>:\<directory>\edoc solutions ag_edoc D365 BC plugin ecm<Version>.app" -ServerInstance <BC server_instance> -Force -SkipVerification -
Synchronize the app with your Business Central Server instance with the following command:
Sync-NAVApp -Name "edoc D365 BC plugin ecm" -ServerInstance <BC server_instance> -Force -
Install the app you have just published in your Business Central Server instance with the following command:
Install-NAVApp -Name "edoc D365 BC plugin ecm" -ServerInstance <BC server_instance> -Force
You will then find the installed app in Microsoft Dynamics 365 Business Central under Extension Management.
Uninstallation steps
Start Business Central Administration Shell from the respective Microsoft Dynamics 365 Business Central version with administration rights at Start > Business Central Administration Shell.
Execute the following commands in this order:
-
Uninstall the app in your Microsoft Dynamics 365 Business Central instance:
Uninstall-NAVApp -ServerInstance <BC server_instance> -Name "edoc D365 BC plugin ecm" -
Remove all components from your Microsoft Dynamics 365 Business Central instance:
Unpublish-NAVApp -ServerInstance <BC server_instance> -Name "edoc D365 BC plugin ecm"
Things to know
If you have also installed the extension edoc D365 BC plugin ecm ic, the extension will also be uninstalled automatically when you uninstall edoc D365 BC plugin ecm.
Finally, you must unpublish the edoc D365 BC plugin ecm ic extension. You can find details under: Install and uninstall the edoc plugin ecm integration in edoc invoice cockpit in the Business Central (on-premises)