Hi all,
I have also sent this in to support because I can't quite find a solution in the documentation:
How can I configure an attribute field such that when the user inputs a mixed character string via Webtop it will be converted to UPPER case (much like the upper() function in SQL)? The string length is variable so the 'UUUUU' will not work in this case. I'm currently working in Composer.
My thoughts in sudo code is to configure a constraint like the following:
if attribute1 != ""
upper($value(attribute1))
Thanks for any suggestions