Microsoft Power Platform Functional Consultant — Question 31

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.

A company uses a Dataverse environment. The environment is accessed from canvas and model-driven apps.

The Dataverse environment contains a table that has the following columns:

• Name
• Company
• Contacted On

The company requires that the table not contain any duplicate rows when users create data in the environment.

You need to implement a solution that meets the requirement.

Solution: Create a business rule for the columns.

Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution of creating a business rule does not enforce uniqueness on the data entries in the table. Instead, it can only provide logic to validate or manipulate data during entry. To ensure there are no duplicate rows, a better approach would involve setting a unique constraint on the columns in the database. Therefore, the correct answer is B, as the solution does not meet the requirement.