@Zareen under Validation & Defaulting, you can set a maximum length, to enforce an upper limit of 9. For a minimum length (lower limit) you might need a customization.
z
Zareen
01/14/2020, 9:57 PM
Got it, do you know what kind of customization I would be looking at?
Zareen
01/14/2020, 10:00 PM
Was thinking of switching to Integer Number type but the value can be alphanumeric too
s
scottvonduhn
01/15/2020, 12:19 AM
You can certainly do validation with a client script or user event script, either of which would be my choice. It may be possible to do with a workflow as well, but I am not sure of that.
k
KevinJ of Kansas
01/15/2020, 12:33 AM
I wouldn't do it with workflow, would be kludgey at best