Dongzhi Yang7528784
Posts: 0
Joined: Mon May 11, 2015 6:28 am

server side validation

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

server side validation

Hello Dongzhi,

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

Dongzhi Yang7528784
Posts: 0
Joined: Mon May 11, 2015 6:28 am

server side validation

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

Return to “Issues”