nerdexam
Microsoft

PL-100 · Question #336

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…

The correct answer is A. Yes. To allow users to enter entire values when a column length is insufficient, the appropriate method is to modify the column length in the development environment and deploy a new version of the managed solution.

Design and manage business solutions

Question

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?

Options

  • AYes
  • BNo

How the community answered

(38 responses)
  • A
    74% (28)
  • B
    26% (10)

Why each option

To allow users to enter entire values when a column length is insufficient, the appropriate method is to modify the column length in the development environment and deploy a new version of the managed solution.

AYesCorrect

In Dataverse, to extend a column's allowed length for data entry, the column definition must be updated in the development environment, then this change is packaged and deployed as a new version of the managed solution to the production environment. This process allows the updated schema, including the extended column length, to be applied.

BNo

Answering "No" would imply that updating a column's length via a managed solution deployment is not the correct mechanism to allow users to enter longer values, which contradicts Dataverse solution management best practices.

Concept tested: Dataverse managed solution updates for column properties

Source: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/managed-solutions

Topics

#Managed Solutions#Solution Deployment#Column Data Types#Environment Strategy

Community Discussion

No community discussion yet for this question.

Full PL-100 Practice