You need to sign in to do that
Don't have an account?

Regex for 15 and 18 digit object ID and case tracking ID
Does any one have the Regex to test for:
- ObjectIDs (15 and 18 digit length)
- case tracking IDs?
Thanks
Ian
You need to sign in to do that
Don't have an account?
Does any one have the Regex to test for:
- ObjectIDs (15 and 18 digit length)
- case tracking IDs?
Thanks
Ian
If you want to validate that the Id entered in field is of 15-Digit or 18-Digit or is Alphanumeric then try this validation :
Please change "YOUR_FIELD_API" with your field API name.
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Thanks Anit.
I also found a fantastic Regex editor/ validator at http://gskinner.com/RegExr/
Cheers
Ian