Multiple Field Unique Values
Confluence User - 20 Jul, 2015
Hi,
Is there a way to prevent insertion of values with unique constraints.
as an example i have 2 fields name and location
and name = abc location = test already exist
it should prevent insertion of name=abc location=test if inserted again, but should allow if any of the field value is different.
I have tried to achieve it using database unique constraint but that shows unfriendly message at user end.
Thanks in advance for your help.
forms