Hello Power Platform Community,
I hope you can help please. I have a question about how people are dealing with duplicates in Dataverse for Teams, as I don't believe it has duplicate detection rules like Dataverse does.
I have a Canvas App sitting on top of Dataverse for Teams.
On my child table "Metrics", I have two columns:
- Platform Team (which is a lookup column to the parent table called, "Platform Team")
- Metrics Date (which is a Date and Time column)
If the user changes the value in Platform Team and the value Metrics Date to values that exist already on a record in my table "Metrics",
then I want to disable the save button and offer a notify message telling the user the record is a duplicate.
Example:
So a user is creating or editing a record.
In the column "Platform Team" a user adds "Dynamics"
In the "Metrics Date" a user adds "31/07/2021"
The app will throw an error and disable the save button as there is already a record in the database which has "Platform Team" = "Dynamics" and "Metrics Date" = "31/07/2021".
Any thoughts would be greatly appreciated.
Thanks very much,
Garry