- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2018 12:46 AM
I noticed that the emails sent (outbound) using the Reply/Reply all/Forward buttons found in the activity log of a ticket are not shown in the activity log. This is probably because the Target field of the email in the email log is empty. If an email is sent using the Email Client (under three dots on the upper right corner) is used, the emails are shown correctly in the activity log and the Target matches with the id of the ticket the email was sent from.
This is quite confusing as the users can't see if the email was actually sent or not, nor can they see the previous conversations.
Has aynone else experienced this? To me this seems like a bug.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2018 01:03 AM
They can be enabled by creating a system property glide.ui16.emailStreamResponseActions (in UI16). Once enabled, these buttons appear:
Anyhow, googling with "glide.ui16.emailStreamResponseActions" got me to this Known Error article I wasn't able to find earlier. So it is indeed a bug:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0684027
Also just found another community thread about the same issue with a link to the fix. Weird I wasn't able to find these earlier:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2018 01:02 AM
Try to create a separate email client template for related table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2018 01:09 AM
If you mean 'sys_audit' as activity log, it's true but I don't think it's a bug.
If you want to have the mail entry in activity log, you just have to put the concerned id in fields 'instance' and 'target_table' of sys_email table.