- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 04:41 AM
Hi !
"Email" is displayed on incident form on "more option" button .
I want to hide it for only incident form and for a specific condition.
I tried to configure the ACL, but it does'nt work. The result is that "email" desappear always without testing the condition.
Can someone help me please ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 04:55 AM
PLease refer the below link.
https://docs.servicenow.com/bundle/london-servicenow-platform/page/administer/notification/reference/r_RemoveTheEmailIcon.htm
You can also do this with help of onLoad client script by writing something as below.
if(!g_user.hasRoles()){
$('email_client_open').hide();
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 04:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 05:13 AM
Thank you for your answer. But I can't write any condition with this solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 04:55 AM
PLease refer the below link.
https://docs.servicenow.com/bundle/london-servicenow-platform/page/administer/notification/reference/r_RemoveTheEmailIcon.htm
You can also do this with help of onLoad client script by writing something as below.
if(!g_user.hasRoles()){
$('email_client_open').hide();
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2021 01:06 AM
Hi Vinoth,
your post is from long ago but just in case. I tried to apply the CS as I do have to hide the email client depending on record option but it is not hiding would you have any suggestion ?
Thanks
Agathe