Hi, I would like to create a custom column in a table that generates a PIN.
The situation:
- an entry is added to the table.
- the object ID (already automatically included in Backendless) is used to get data from the specific object.
—up to here everything works— - the column should automatically generates its own PIN (does not have to be unique, but must be 6 characters long and contain numbers and letter combinations)
- the user must enter the PIN to get all the information about the specific object.
Is it possible to make the whole thing work with the REST API?
I can query the object via the following URL:
/data/tbl_custom/28EAC249-755F-4A2A-87F9-28094CB1E302
If I now send the corresponding password via form-body, the other columns of the table should be displayed matching the object. If the password is wrong of course not!
I hope you have understood the situation correctly.
If you have any questions, just ask them.
Thank you very much for your help!
With kind regards,
Fynn