Custom field validation

Darapu Rajesh Babu April 23, 2017

I have a requirement i.e. there is a custom field of typr "Number field". I want a condition that user should input values more than 0, whenever user enters a values less than zero saying 0.5 or 0.73 it should not accept. So how this can be achieved, please suggest.

Thanks,

Rajesh

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 24, 2017

0.5 and 0.73 are larger than zero.

You need a validator that says ">= 1".  You'll need to find or write one to do that (although there are plenty in the marketplace for free)

Suggest an answer

Log in or Sign up to answer