Rui Song Chong
Posts: 0
Joined: Sat Jan 17, 2015 10:51 am

Customer Console

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Customer Console

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.

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Customer Console

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

Return to “Issues”