Hi,
We are looking for a script that will set a text field only to allow specific email id which should be <username>@gmail.com, the script should not allow <username>@outlook.com.
thanks.
Hi,
You will need a regex app.
see this one:
https://marketplace.atlassian.com/apps/1211043/unique-regex-custom-field?hosting=server&tab=overview
it's free.
Try this one:
(\W|^)[\w.+\-]*@gmail\.com(\W|$)
Probabli will miss if you have gmail before '@, like aaagmail.com@gmail.com
Will work most of the use cases
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Humberto Gomes am looking for complete Scripted validator code by using workflow validator or behaviour also is fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.