Microsoft Power Apps + Dynamics 365 Developer — Question 5
A financial services company uses the Common Data Service (CDS) to develop solutions. The company uses development and production instances.
You need to move solutions from the development instance to the production instance.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Export all managed solutions from the development instance and import the solutions into the production instance.
- B. In the development instance, make changes to the solutions that are deployed in the production instance, export the solutions as managed solutions, and import the managed solutions into the production instance.
- C. In the production instance, import solutions with the same version number or higher when updating solutions.
- D. In the development instance, highlight the solution you want to make changes to, select Clone a Path, make changes, export the solution, and import the solution into the production instance.
Correct answer: C, D
Explanation
Option C is correct because it allows for the updating of solutions in the production environment with the same version or a higher version, ensuring compatibility. Option D is also correct as it outlines a valid process for modifying and transferring a solution from the development to the production environment. Options A and B are incorrect because they do not represent complete or proper methods for transferring solutions as required.