I’ve been playing with SC and fount this.
we have 2 fields for telephone numbers.
One is mandatory (as in the database) the other one is optional and can be null (as in the DB)
everything goes OK if we do not set minimum and maximum characters.
All telephone numbers in my country have 9 digits. So in both fields we require a minimum and a maximum of 9 digits.
However this does not mean that we have to include the second telephone, but after we set the minimum and maximum as 9 digits, it’s not possible to save the record with a blank second telephone.
I do understand, why this happens, but if I set the minimum as zero, then the user can create errors when typing as he can type 8 digits for instance.
So there should be some kind of extra validation here.
thanks