validations

Certified Associate Developer

Hi, I need a validation that the user can enter only numbers from 01-99 . How can we do this?
Is there any range function or limit function to check it?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to hema.mathivathanan

    Sorry but it all needs to be answered at once for the most part.  If you just want "a limit" then Stewart's initial answer (among other potential simpler solutions) would be just fine.  Allowing users to enter a list of valid values completely changes the nature of the problem, because you need to deal with parsing a list, forcing users to enter a delimiter of some sort (or using an alternative type of field as Stewart suggests above), and other such questions.

Children
No Data