Is it possible to alert the user of the duplicate records

Many thanks @W_Brunette.
Do you have a sample that is able to do this?
If you do please share

1 Like

Hi @hissdev! If I am understanding correctly, you are getting an undefined field after the check_pid – do you mean you are having this as a field someone can enter data into on your form? That’s a good way to test, but you would not want to implement the check this way in the field. Yes, it should count and store in the database the value. If it is not there is likely an issue with the query, async_assign, or templatePath

@hissdev check out:

Hi, @elmps2018
I have one query. I want to restrict the duplicate personal identification number in the ODK central.
If I have entered a record with the PID 123 and after submitting the first record again I want to enter the another record with same PID as 123, then it should restrict me that same I’d record already exists. Without media file. It will search directly from the server

Hi @Shamsher_Singh! ODK Central is managed by ODK and their help forum is here: https://forum.getodk.org/

Have tried as advised by @elmps2018 and am still stuck

Hi @manetied! Can you explain more what you tried and the problems you encountered?

I want to restrict the duplicate personal identification number in the ODK central...

This is forum for ODK-X, for issues with ODK central, please use the ODK forum: https://forum.getodk.org/

1 Like