- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:14 PM
I'm configuring our incident table so that our internal auditors have full read only access to the data. The one piece that I'm not able to get is including the entry that shows that an email has been sent and has a link to see that email
The audit users do not have the itil role so I'm assuming that somewhere I'm missing a permission/ACL.
Can you enlighten me as to what I need to do for these to appear in the log?
TIA
:{)
Helpful and Correct tags are appreciated and help others to find information faster
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:48 PM
Hi John,
Check this
The following steps will enable you to view the 'Sent/Received Emails' in the activity stream:
1) Ensure that the following property value has the right role added so the user with the role can view the email option (Show email details)
glide.ui.activity.email_roles
2) The email sending property 'glide.email.smtp.active' should be set to true. Note, it does not matter even if you see emails being sent from Email logs (sys_email), the 'Show email details' will not show unless this property is enabled.
3) If you are testing on an OOB Instance, please set an email address, eg: employee email address just for testing purposes in the system property 'glide.email.test.user'.
4) Make sure the 'Sent/Received Emails' checkbox is ticked on the Activity Stream filter (see the image in the Description section).
Now you can test this by logging a new incident and notice the email activity is now visible in the activity stream.
Note that another alternative on an OOB instance with email sending disabled is to navigate to the sys_email table, locate the emails related to the record you are using and update their type to "sent". These will then show up in the activity stream if 'Sent/Received Emails' is enabled in the Activity Stream filter.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:44 PM
Hi,
I'd recommend checking out the role: sn_incident_read and see if that addresses all needs?
That may, by design, allow them to also see the emails in the activity log, etc.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 02:48 PM
Hi John,
Check this
The following steps will enable you to view the 'Sent/Received Emails' in the activity stream:
1) Ensure that the following property value has the right role added so the user with the role can view the email option (Show email details)
glide.ui.activity.email_roles
2) The email sending property 'glide.email.smtp.active' should be set to true. Note, it does not matter even if you see emails being sent from Email logs (sys_email), the 'Show email details' will not show unless this property is enabled.
3) If you are testing on an OOB Instance, please set an email address, eg: employee email address just for testing purposes in the system property 'glide.email.test.user'.
4) Make sure the 'Sent/Received Emails' checkbox is ticked on the Activity Stream filter (see the image in the Description section).
Now you can test this by logging a new incident and notice the email activity is now visible in the activity stream.
Note that another alternative on an OOB instance with email sending disabled is to navigate to the sys_email table, locate the emails related to the record you are using and update their type to "sent". These will then show up in the activity stream if 'Sent/Received Emails' is enabled in the Activity Stream filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 03:19 PM
Thank you Manoj, once I added the role to glide.ui.activity.email_roles and figured out htat the list needs to be comma delimited, the emails are showing up.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 04:55 AM
Thank you so much, it was the activity stream filter for me!
I had to add in "Emails - Autogenerated" and "Emails - Correspondence" from the list of fields.