Hi All - Anyone have any way to handle the validation message "The value provided is not an integer." in the Integer field?I would like to have the custom message for users when they are entering some Alphabets in the integer field. Instead of the above message.
Note: I don't wanted to use the text field with the regex validation rule to check if any alphabets were entered
Discussion posts and replies are publicly visible
You cannot override the default validation message. Why do you want to do so? What is it about the default message that doesn't meet your requirements?
I have received a special requirement from users to see if there is a option available to change the message
Hello Vaithyanathan Raju,
It is not possible to override the default message nor will it evaluate your custom validation prior evaluating the default validation. Is this some requirement or are you trying out the possibility. If it is a requirement I recommend you to use a textfield with your required validation.
I would suggest this "requirement" is of low value as the default message tells you all you need to know. By inference, if the number isn't an integer it must contain other (non-numeric) values.
Thanks Konduru Chaitanya