I tried to create a record in Dynamics CRM 365 (with c# code), I got an exception "cannot insert duplicate currency record. Currency with the same currency code already exist ... ". So here the currency code attribute is unique.
My question is how to know if any attribute of any entity is unique.
I tried to retrieve the KeyAttribues of the previous entity but it is empty.
Any help please.
*This post is locked for comments