How to define MATCHES (reg exp) in Espo CRM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jacksii
    Junior Member
    • Mar 2025
    • 6

    How to define MATCHES (reg exp) in Espo CRM

    Hello, i am new in espo crm,

    i am facing a problem to define REG EXP that make filed invalid. we have a filed for our EMPLOYEE GPF ID. Which is 15 Digits and format is 12345-123456-78

    How can i define MATCHES REG EXP in expo crm.

    Thank in advance.
  • yuri
    Member
    • Mar 2014
    • 8801

    #2
    Hi,

    Use the following expression:

    Code:
    /^\d{5}-\d{6}-\d{2}$/
    Logic for conditions making field invalid:

    Click image for larger version  Name:	image.png Views:	0 Size:	14.8 KB ID:	116064
    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...