Preventing Table Display Name Changes in UAT

Answer Correct answer: C — Configure the managed properties of the table in the Unmanaged solution to restrict changes when promoted as a Managed solution.

You are creating tables for use with Microsoft Power Platform components. The display names of the tables must not be changed when the solution is promoted to the user acceptance testing environment. You need to apply this restriction to the solution. Where should you make the changes?

  1. Segmented solution
  2. Default solution
  3. Unmanaged solution Correct Answer
  4. Managed solution

Community Votes

C
57%
D
43%

57% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

Tests the distinction between where you edit components (Unmanaged) versus where you enforce immutability (Managed). The trap is confusing the target environment with the authoring environment.

This question addresses how to lock table display names during solution promotion. The correct approach involves configuring managed properties within an unmanaged solution before exporting it as a managed solution.

Many users select Managed solution, thinking that importing into UAT automatically locks all fields. They miss that the restriction must be defined in the Unmanaged solution's managed properties first.

Community Discussion (9 comments)

RaziHasan 👍 1 Selected: C
Managed Properties are Defined in Unmanaged Solutions
Doyne 👍 2
"Where" should you make the change means C: Unmanaged solution is correct. You can't make changes in a Managed Solution so D is incorrect
Hamed64 👍 1 Selected: D
https://learn.microsoft.com/en-us/power-platform/admin/security/access-control
ABDFormacion 👍 1 Selected: D
To ensure that the display names of the tables are not changed when the solution is promoted to the user acceptance testing environment, you should use D. Managed solution. Here's why: Managed solutions are designed for deployment to different environments and help maintain the integrity of the solution components, including table display names. Once a managed solution is imported into an environment, its components are locked down, preventing changes to critical aspects like display names. This approach ensures consistency and stability across different environments.
Tootru2bReal 👍 2 Selected: C
The KEY is the question: "WHERE should you make this change?". Everyone that is saying you cannot make changes to a Managed solution is correct. Soooooooo, that tells you that the change MUST be made in the Unmanaged solution and then you would export it as a Managed solution so it cannot be changed. Another word play in the question.
SyntaxTo 👍 1 Selected: C
As ale_1202 mentioned, it's not possible to make changes within a managed solution. For sure, you enforce changes outside of this one, but then you are not inner.
Ogerelata 👍 1 Selected: D
D seems right. YOu cannot make changes to a managed solution
ale_1202 👍 4
C. Unmanaged solution You cannot make changes to a managed solution. To restrict changes to a table display name you just need to set the Managed Properties of the table in the unmanaged solution.
Sebetha_M 👍 2
This question is appearing twice now with different correct answers

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

The correct answer is C (Unmanaged solution). In Power Platform, you author and modify components within an Unmanaged solution. To prevent changes to specific attributes (like table display names) when the solution is later imported as a Managed solution, you must configure the Managed Properties on those components while they are still in the Unmanaged solution. Once exported and imported as Managed, these properties become read-only.

Why the Other Options Are Wrong

Option D (Managed solution) is incorrect because you cannot make changes to components inside a Managed solution; they are immutable by design. You cannot 'apply restrictions' inside a Managed solution because you can't edit anything there. Option A (Segmented solution) refers to Dataverse security segmentation, not solution packaging. Option B (Default solution) is a container for customizations but does not inherently enforce immutability without being part of a proper Unmanaged/Managed workflow.

Community Comment Notes

Community consensus strongly supports C, noting that the question asks 'Where should you make the change?' implying the authoring step. As user ale_1202 noted, "You cannot make changes to a managed solution." User Tootru2bReal highlighted this wordplay: you set the restriction in the Unmanaged solution so it carries over when exported as Managed.

Exam Strategy

Always distinguish between the 'authoring' phase (Unmanaged) and the 'deployment/enforcement' phase (Managed). If the question asks where to configure or set a property, look for Unmanaged. If it asks about the state after import, think Managed.

Frequently Asked Questions

Why can't I set managed properties in a Managed solution?

Managed solutions are immutable. You cannot edit components or their properties within them. Restrictions must be defined in the Unmanaged solution before export.

Does importing a solution as Managed automatically lock all fields?

No. Only the fields explicitly marked with 'Can be changed' set to false in the Unmanaged solution will be locked upon import.

Related Analysis

← Back to PL-200 Study Guide