Skip to main content
Topic: Check Duplicate (Read 1266 times) previous topic - next topic

Check Duplicate

I have a form with some fields and I enabled the option to check if the value is doubled in theirs. However, when I'm going to edit the record if I end up clicking inside the field and don't make the change in it, I can't save the change in the record. Here is a video to illustrate the case.

https://youtu.be/LtgPZKMfnzo
DougBack

Re: Check Duplicate

Reply #1
@Douglas‍ that is because the configuration for the AddPage and EditPage are tied together. Currently, the only solution is to hide, disable, make the field read-only, or avoid clicking on it when editing a record.

Re: Check Duplicate

Reply #2
@Douglas‍ that is because the configuration for the AddPage and EditPage are tied together. Currently, the only solution is to hide, disable, make the field read-only, or avoid clicking on it when editing a record.

Understand!  But how do I be similar to how user editing works for example!?!?!
DougBack


Re: Check Duplicate

Reply #4
@Douglas‍ please your question is not clear enough.


what i wanted is that the fields for changing e-mail or login the user table (form of users accessing the system) does not happen the above questioned problem.
The duplication check works normally.
DougBack