Microsoft Power Platform App Maker — Question 103
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You create a custom table as part of a solution in the development environment. You deploy major version solutions as managed solutions to production. The organization does not allow new solutions to be created in the production environment.
When a minor update is made to a column length, users cannot enter entire values.
You need to allow users to enter entire values in the column.
Solution: Update the column length in the development environment. Export the solution as a managed solution. Import the solution into production.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The proposed solution is correct because updating the column length in the development environment and then exporting it as a managed solution allows the changes to be carried over to the production environment. Since the organization does not permit new solutions in production, this is the proper method to allow users to enter entire values in the column. The other option, 'No', is incorrect as it does not acknowledge that the solution effectively meets the goal.