Friday 6 July 2018

Import and export project in D365

Today, lets discuss about the process of importing and exporting projects in D365.

Export Project

Following steps are required for exporting project in D365.

1. Open visual studio as administrator.
2. Open the project to whom you want to export.
3. Right click on project and select export project option. It will open a screen where you have to give name to your project and axpp file will be generated.














Import Project

Following steps are required for importing project in D365.

1.  Open visual studio as administrator.
2. Go to Dynamics 365 -> Import Project . Or you may open the import screen by pressing Ctrl+R and Ctrl + P keys.




















3. Now select the file from your required path.
Note : Project file will be in axpp extension.

You will be having three options to open project.

  • Current solution : Open project in current solution
  • New solution : Open project in new solution
  • None : It will just overwrite artifacts and solution won't be saved.


















4. After selecting file from path. The hierarchy of artifacts will be shown in this way. You may select limited or all artifacts for overriding.

2 comments:

  1. Is it possible to export a solution which contains many projects?

    ReplyDelete
  2. No only you can only export projects.

    ReplyDelete

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....