Practice Lab - Duplicate detection

Scenario

You are a Power Platform functional consultant and have been assigned to the Fabrikam project for the next stage of the project.

In this practice lab, you will implement duplicate detection rules so that duplicate projects cannot be created for the same program.

Exercise 1 – Create new duplicate detection rule

In this exercise, you will create a new duplicate detection rule that will mark a Project as duplicate if it has the same project title and program.

Task 1.1 – Create duplicate detection rule

  1. Navigate to the Power Platform admin center https://aka.ms/ppac

  2. Select Environments from the left navigation pane.

  3. Select the Dev One environment.

  4. Select Settings.

  5. Expand Data management.

  6. Select Duplicate detection rules.

  7. Select New.

  8. Enter Duplicate project for Name.

  9. Select Project for both Base Record Type and Matching Record Type.

  10. Check the Exclude inactive matching records box.

  11. Under Field, select Project Title.

  12. Select Exact Match for Criteria.

  13. Check the Ignore Blank Values box.

  14. Add another field, select Program.

  15. Select Exact Match for Criteria.

  16. Check the Ignore Blank Values box.

  17. Select Save.

  18. Select Publish.

  19. Select OK.

  20. Select Close.