Hello Readers,
you can use same Business Central app file in Business central OnPrem version.
Note:
Just install the app with Powershell, sharing few commands which will help you to install app on OnPrem version.
- Set-ExecutionPolicy unrestricted
- Import-Module 'C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\130\RoleTailored Client\NavModelTools.ps1'
- Import-Module 'C:\Program Files\Microsoft Dynamics 365 Business Central\130\Service\NavAdminTool.ps1'
- get-NAVServerInstance
- Get-NAVAppInfo -ServerInstance dynamicsnav130
- Publish-NAVApp –ServerInstance DynamicsNAV130 –Path “C:\<your_App_Filefolder>\your_App_FileName.app”
- Uninstall-NAVApp -ServerInstance dynamicsnav130 -Name "Publisher_Name" -Force
- Start-NAVAppDataUpgrade -ServerInstance dynamicsnav130 -Name "Publisher_Name" -Force
Thanks
Sachin Chavan
*This post is locked for comments

Report
All responses (