PL-200 Exam QuestionsBrowse all questions from this exam

PL-200 Exam - Question 269


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?

Show Answer
Correct Answer:

Discussion

10 comments
Sign in to comment
ale_1202
Sep 20, 2024

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
Aug 7, 2024

This question is appearing twice now with different correct answers

Tootru2bRealOption: C
Dec 17, 2024

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.

Doyne
Jan 20, 2025

"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

OgerelataOption: D
Oct 9, 2024

D seems right. YOu cannot make changes to a managed solution

SyntaxToOption: C
Oct 15, 2024

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.

ABDFormacionOption: D
Dec 23, 2024

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.

Hamed64Option: D
Jan 18, 2025

https://learn.microsoft.com/en-us/power-platform/admin/security/access-control

RaziHasanOption: C
Mar 13, 2025

Managed Properties are Defined in Unmanaged Solutions

seri7Option: C
Apr 17, 2025

you make the changes on the unmanaged solutions since You can't make changes in a Managed solution