Skip to main content
July 4, 2023
Question

Changing default validation message from Integer Field

  • July 4, 2023
  • 5 replies
  • 0 views

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

    5 replies

    stewart.burchell
    July 4, 2023

    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?

    July 4, 2023

    I have received a special requirement from users to see if there is a option available to change the message

    konduruc733182
    July 4, 2023

    Hello vaithyanathanr2887,

    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.