If you use edoc D365 BC invoice cockpit, you can integrate the edoc plugin ecm module into edoc D365 BC invoice cockpit. You need the following installation file: edoc D365 BC plugin ecm ic_<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 ic_<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 ic <Version>.app" -ServerInstance <BC server_instance> -Force -SkipVerification -
Synchronize the app with your Business Central Server instance using the following command:
Sync-NAVApp -Name "edoc D365 BC plugin ecm ic" -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 ic" -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 ic" -
Remove all components from your Microsoft Dynamics 365 Business Central instance:
Unpublish-NAVApp -ServerInstance <BC server_instance> -Name "edoc D365 BC plugin ecm ic"
Things to know
If you have already uninstalled edoc D365 BC plugin ecm, the extension edoc D365 BC plugin ecm ic will also be uninstalled automatically.
Finally, you must unpublish the edoc D365 BC plugin ecm ic extension.