Restrict the use of particular mail id in a field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 10:56 PM
HI Community,
I have a requirement, in incident form we have a field called additional assignee list which is list type and reference to user table.
In this field i want to restrict the use of particular mail id let say xx@gmail.com users should not able to enter this particular mail id in that field
How can we achieve this?
Note: we don't have any users profile with this mail id but we can able to enter it using highlighted box (add email address)
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 11:03 PM
Hi @suuriyas
To prevent users from adding email addresses, add the following attribute to the dictionary entry 'Additional Assignee List'. This will hide the email address field.
Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 11:16 PM
HI @J Siva ,
Thanks for the response
Adding no_email=true; Will it restrict adding all the email id's? because i want to restrict only one mail id in this field.
let say xx@gmail.com only this needs to be restricted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 12:28 AM
@suuriyas If I'm correct, you don't want users to add any external email IDs (i.e., those not belonging to the organization). If that's the case, please proceed with the approach I shared. If someone needs to add the email IDs of actual employees, they can use the reference field to select the user

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 11:34 PM
Hello @suuriyas
Please create an on-change client script on additional assignee field.
This is how your script would look like:
Brahmjeet