QuestionQ116

Develop and test code

A company is moving from Dynamics AX 2012 to Dynamics 365 Finance.

It converts its existing Dynamics AX 2012 model store into the upgraded metadata file.

The company must upgrade its existing code base.

You need to carry out the code-upgrade process.

In what order should you complete the actions? Arrange all actions in the correct sequence.

Note: More than one answer-choice ordering is correct. Credit is awarded for any correct ordering selected.

Drag & Drop
Run the upgrade process on Lifecycle Services.
Build the code and fix the conflicts on Visual Studio and then merge the Releases branch into the Trunk\Main branch.
Create the Trunk\Main folder structure on your Azure DevOps project repository and add the code in your upgraded metadata file.
Create a personal access token and use it to connect your Lifecycle Services project to Azure DevOps.
Map your development environment to the Releases branch.
Explanation

The Lifecycle Services Code upgrade service requires the Azure DevOps repository to have the prescribed Trunk\Main structure and requires an authenticated Azure DevOps connection through a personal access token. It then upgrades the code into a new Releases branch. A developer maps the development environment to that branch, resolves conflicts, compiles and tests the code, and merges the completed release branch back into Trunk\Main.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!