I want max two number in my Custom field.
Example the value of that field cannot go above 99.
I have set the MinValue and MaxValue like this
>PXDBInt(MinValue = 1, MaxValue = 99)]
but ideally i would like to restrict user from entering the third digit. If anyone knows plz answer.
Thanks.