Thursday 9 August 2018

Deploy package using LCS in Dynamics 365 Finance & Operations / AX 7.0

Step-1  Open Visual studio and click on Dynamics365 Menu and select create deployment package from the deploy menu item.




Step-2 Select your model and set the output path of the model and click OK.



Step-3 Login to LCS then navigate to your project.
Ste-4 click on hamburger icon and select Asset library.


Step-5 Now select software deploy-able package and click on + Icon to add your custom package.


Step-6 Enter the package name and description. would be great if you arefollow the any naming sequence for packages.

Step-7 click on Add file button to upload your deploy-able package.



Step-8 Now click on browse and select package then click on uplaod.




Step-9 You can find the package in the tab of software deploy-able tab Once package uploaded successfully.

Step-10 Once LCS mark package as valid. then goto your environment.




Step-11 Now click on Maintain and select apply update.





Step-12 Select your package and click on apply.


Package deployment will start in few seconds . LCS will show you progress of every steps.


Once package completed sign Off the package, So it will visible to you on production deployment as well.


2 comments:

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...