Microsoft Power Platform Functional Consultant — Question 68
You create functionality for a company. The functionality includes a Microsoft Dataverse table with a form for data entry. The functionality will be distributed to other lines of business in the company, each with its own Dataverse environment.
New forms must not be created in order for updates to the functionality to work correctly.
You need to package the new functionality for distribution.
What should you do?
Answer options
- A. Use a patch solution and disable the ability to create new forms for the table.
- B. Use a managed solution and include only the needed form.
- C. Use an unmanaged solution and include only the needed form.
- D. Use a managed solution and disable the ability to create new forms for the table.
Correct answer: D
Explanation
The correct answer is D because using a managed solution allows for control over updates and maintains the integrity of the functionality across multiple environments. This option ensures that no new forms can be created, which is crucial for the functionality to work properly. Options A and C do not provide the necessary control for distribution, while B lacks the restriction on new form creation.