CAPS vs lowercase for certain fields?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khopper
    Senior Member
    • Sep 2017
    • 329

    CAPS vs lowercase for certain fields?

    Is it possible to require or force "CAPS" or "lowercase" for certain fields?
    Can't find anything in the forums on this one...
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    As usual, override a filed view, and make with this field what you need.
    Or you can add functions to formula and override the value

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      You can apply this https://github.com/espocrm/espocrm/c...8125b95c750687 and use string\lowerCase(fieldName) in formula.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...