Using Keys to restrict duplicates in D365 CE
Syndicated from - https://d365demystified.com/2019/09/05/using-keys-to-restrict-duplicates-in-d365-ce/
A superb way of restricting duplicate record creation is using Keys in Dynamics 365CE. This is definitely one of the most useful and easy to use features in Dynamics CRM.
In this example, I will create a Key for Email (emailaddress1) field to ensure there are only unique record values for this fields in my environment.
Create Key
It’s pretty straight-forward like creating any other Dynamics CRM component. Navigate to Keys under and entity like shown below –

And add a new Key and select attributes you want to use for that key

Finally, save and publish your changes.
How it Works
Let’s say you already have an existing record ABC 1 with email address abc@abc.com

And if you try to create/update a record with the same attribute’s same value, you’ll get and error as below –

And the error will be

Hope this quick tip helps!
This was originally posted here.

Like
Report
*This post is locked for comments