I can see in UI that my table has only one record. This table with 2 columns become unique record. Now when I try to add another record using create menu button on top right corner and provide both mandatory fields it gives me error records already exists. Somehow i dont see that record in front end in table .
The actual error i am getting is :-
A 'table name' with the same key 'mandetoryfield1:mandetoryfield2' already exists.
on Clicking error details :-
A 'Table name' with the same key 'mandetoryfield1:mandetoryfield2 already exists.
PGS-220000 PostgreSQL error: ERROR: duplicate key value violates unique constraint "contraint_key"
DETAIL: Key (field, scode)=(mandetoryfield1,mandetoryfield2) already exists.