Emails which are sent are not added to Activity log for Interaction Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:19 PM
Hello Team,
Am sending emails through UI action on Interaction Table, and I want the email which is sent to the user should be added in Activity log.
I have added 'Emails-autogenerated' and 'Emails-correspondence' to filter activity, but still I do not see emails which are sent are getting added unlike for Incident table.
Kindly help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:37 PM - edited 01-25-2024 10:38 PM
Did you allow the right roles at system property glide.ui.activity.email_roles?
Did you check that the status of emails (table sys_email) is "sent"?
Are the email records connected to the Interaction records?
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:48 PM
Hello Maik ,
glide.ui.activity.email_roles I have checked added by default Itil role is there
sys_email I have manually updated the type to sent to test ( this worked for incident table )
however, when I open the email (for interaction table), I see target is blank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:54 PM
Hi
yes, the missing "Target" is the reason why you cannot find the email in the activity stream of the Interaction table.
Can you please share some screenshots of how exactly you are writing the emails?
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:58 PM
var mail = new GlideEmailOutbound();