How to Deploy a Package from DEV to UAT using LCS
Scenario: Suppose you have been tasked to create a deployment package and deploy it to a UAT environment. For a beginner, who has never done a deployment before, the task might seem overwhelming. Regardless, getting it done is what this blog post is for. Consider you are on a cloud-hosted DEV environment for Microsoft Dynamics 365 Finance and Operations. You or some developer has written x++ code, or perhaps created custom entities or it can be any type of customization for D365 FO. Your customizations have been tested and approved to be deployed to UAT (User Acceptance Test) environment. Using Lifecycle Services (LCS) we will deploy your customizations to a UAT environment. As you might be familiar with or know, there are a few different approaches to deploying customization to an environment. This blog post solely covers deployment through LCS. Prerequisites: To successfully perform the process, you will need: Access to DEV environment, i.e. where your customizations lie. Adm...