Thursday 9 August 2018

Merge deployable packages in Dynamics 365FO / 7.0

Sometime times we need to Apply multiple packages on Production especially when we are applying Both Application hot-fixes and Binaries (Deploy-able packages).


There is simple way to merge multiple deploy-able package in single package.

Step-1 Navigate to Assets library then click on deploy-able package.
Step-2 Select multiple packages and click on merge.


Step-3 A Pop will appear like below image, Enter package name and description.


Step-4 Click on confirm button. Package will appear in deploy-able with the name you entered.


Step-5 Navigate to environment click on maintain and apply combine hot-fixes.

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...