Hey everyone! This one is stumping me today.. A cl...
# general
b
Hey everyone! This one is stumping me today.. A client asked if it would be possible to force all data entry to be all caps. Any suggestions?
e
You could with scripting with either a Client Script or User Event Script.
a
@Bree Bragg Can definitely be scripted, but rather than adding that script, I have a client where I set up a saved search that will email a certain team if there are ever lower case letters in specific fields. Some things we try to prevent with scripting or workflow and some things we just try to alert if it happens so it can be fixed easily.
a
I would combine the answers from @AK47 and @eblackey and use a saved search/query in combination with a Map/Reduce script to clean up any records that don't fit the desired pattern. UE script will slow things down, and NetSuite is already slow enough. 🙂
👍 3
a
Agreed, also doable via scheduled workflow on the saved search...lots of options 🙂
b
Great! Thank you all!!