I'm looking for the syntax to put in field validation. I have an account number that takes this format: ##-####.0 or 23-7846.0 as an example. I want to set up a validation rule to handle that. Can anyone help?
Do you mean an input mask, which would ensure the data is entered like that, or an actual rule to disallow certain values from being allowed within the string? James Goodman
I'm looking for a validation rule. I'm already making use of the the input mask. I want to be sure that no account numbers of a shorter lenght get entered by mistake. With the input mask you could begin to enter an account number but it wouldn't force you to have the proper length.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.