Page 1 of 1

server side validation

Posted: Wed Jun 24, 2015 8:59 am
by Dongzhi Yang7528784

Hi Support Team,

How can I add server end validation?

For example, I have a input field called "Product Name" in my "Product" collection, I want to put in a validation when inserting or updating that the value in the field is Unique. I want to do it from the server end as it's safer.

Thanks

Dongzhi


server side validation

Posted: Wed Jun 24, 2015 12:18 pm
by Serhii Kulibaba

Hello Dongzhi,

You should send request ti the database via server code: https://devcenter.appery.io/documenta...


server side validation

Posted: Thu Jun 25, 2015 9:05 am
by Dongzhi Yang7528784

Thanks Sergiy, this has opened a new window of knowledge.
I am on the track to creating a script for my task.