In this series we will discuss what's new in Business Central 2021 (Wave 2) a.k.a BC19.
This article we will discuss about - Transactional installation and sync of extensions on-premises.
With this series we will understand what's new the product and learn it before it becomes available for customers.
#msdyn365bc #2021RW2
Feature Details -
Usually, installing and synchronizing extensions are performed as two distinct operations. To enable force synchronization in online environments, install and sync can now also be performed as one transactional operation per database, available for PowerShell scripts on-premises.
Explanation -
Till Business Central 18, if you have to add a New Extension in on-Prem Business Central Environment that can be done with 3 PowerShell commands.
- Publish-NAVApp -ServerInstance BC190 -Path "D:\Apps\Saurav_Demo_1.0.0.0.app"
- Sync-NAVApp -ServerInstance BC190 -Name Demo
- Install-NAVApp -ServerInstance BC190 -Name Demo
Starting Business Central 19 on-Prem Microsoft can do Sync and Install in one PowerShell cmdlet. With this release you can add new Extension just using two PowerShell commands.
- Publish-NAVApp -ServerInstance BC190 -Path "D:\Apps\Saurav_Demo_1.0.0.0.app"
- Install-NAVApp -Name Demo -ServerInstance BC190 -SyncMode Add
Hope you learn and will be able to utilize this feature as Business Central 19 is available.
For other articles related to What's New in Business Central 19, refer here.
Comments
Post a Comment