I want to validate number field so that user can't enter value less than 1, i have scripted validator option. which script do i need to enter.
If this is via ScriptRunner, you can enter just
cfValue("name of field") > 1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.