What happen if we delete the record with unique field #329
code-blooded-guy
started this conversation in
General
Replies: 1 comment
-
Did you try? It should allow insert again given the earlier record is deleted. But, if you soft delete (like revocation of a credential record), then it should fail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have one field Enrollment Number in the DB which is unique.
we have added one record with a value of that field = 99999.
I am deleting this record from RC.
I am adding the new record with value 99999.
Do you know if the record will be created or shows the error in RC?
Beta Was this translation helpful? Give feedback.
All reactions