Learn how to install or uninstall edoc invoice cockpit in your Microsoft Dynamics Business Central environment.
Preparatory steps and required installation files
You will receive an app file from edoc solutions ag, which you install: edoc solutions ag_edoc invoice cockpit for Dynamics 365 BC_<Version>.app.
For information about the version number of the APP file see here.
Things to know
You need administration permissions to run Business Central Administration Shell during installation.
How to install edoc D365 BC invoice cockpit
First, 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 invoice cockpit for Dynamics 365 BC_<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 invoice cockpit for Dynamics 365 BC<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 invoice cockpit" -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 invoice cockpit" -ServerInstance <BC server_instance> -Force
You will then find the installed app in Microsoft Dynamics 365 Business Central under Extension Management.
How to uninstall edoc D365 BC invoice cockpit
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 invoice cockpit" -
Remove all components from your Microsoft Dynamics 365 Business Central instance:
Unpublish-NAVApp -ServerInstance <BC server_instance> -Name "edoc d365 bc invoice cockpit"