function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RTorontoRToronto 

Has anyone created a validation rule which forces text to be Uppercase?

Hi:
I have a text field that I would like to add a validation rule to.  I would like the rule to require the text be entered in uppercase.  Has anyone done this before?
 
Thanks
 
HerosHeros
I have not done this before, but I did notice that if you use the function: 'Contains' that it is case sensitive.  So you should be able to do this. With a Validation rule.  Not sure how well it will work though.
RTorontoRToronto

Hey:

Thanks for the suggestion.  I will give it a try and see what happens.

RTorontoRToronto

Hey:

I implemented your suggestion and it worked.  Thanks for the suggestion.

 

Rich