Page 1 of 1

Customer Console

Posted: Thu Jan 29, 2015 12:03 pm
by Rui Song Chong

Hi,

Is there a way to restrict user input value in a cell?
etc, I want the user to be able to input only ("north", "south", "east", "west") in that col.


Customer Console

Posted: Thu Jan 29, 2015 12:50 pm
by Evgene Karachevtsev

Rui,

You may try adding the js code to check this value and if it doesn't match with the words you want, you may call an alert.


Customer Console

Posted: Thu Jan 29, 2015 1:21 pm
by M&M

I don't think you can do that with current customer console. You will be able to achieve that easily if you provide your own form to the customer / client and then you can validate everything.

I am not sure whether the customer console provides a drop down or something, in which case there can be pre-defined values.

Best bet would be to create a simple form with the existing REST APIs and let them access the DB / collection through the Form