Hi,
I habe my Table
DepartmentUser
-----
ID
Name
Surename
Stuff
where I would like to have a duplicate detection rule on the pair of Name and Surname.
If someone wants to make a new entry and Name and Surname are already in the Table then a custom info message should appear with a description on how to proceed.
For the detection of duplicates i have made a Key wich includes both columns but I cant find something to set a custom message.
Thanks!