- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 04:28 AM
how to create email field in incident form servicenow?
hi pls help me?
thank you.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2019 01:58 AM
Hi Rahul,
Please mark the answer as correct and close the thread.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 04:46 AM
Hi Rahul,
Please navigate to sys_glide_object table and you will find the email field. By default it is set to Visisble 'False' and we can't make it 'True' unless we have security admin role. Please enable the security admin role and reload the page to enable the Visible for Email as TYPE.
- Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 05:17 AM
Hi Rahul,
You can make your email field visible/Active by :
- Enter sys_glide_object.list in your Application Navigator
- Enter email in Name search box and hit Enter
- R.Click on form header > Configure > Table
- Under Access Controls tab, there are 4 OOTB aaccess controls
- Open the record with Write operation, there will be only maint role (users with maint role can write/make fields visible)
- To edit the roles that can write, elevate to security_admin role from upper right(profile) corner.
- Add your role, say admin and save the form.
Now navigate back to your email field and make it visible(check visible field to true), you can use email type now while creating a new field of type email.
Mark If Correct/Helpful.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2019 01:54 AM
Thank you i got solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2019 01:58 AM
Hi Rahul,
Please mark the answer as correct and close the thread.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2019 05:09 AM
You're the best!