- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 04:54 PM
Hi All,
I need to add work notes to the Incident when someone clicks on "Email" option available on the Incident table at the top. I understand its not a standard UI action , but actually an attribute configured on the table to enable/disable email client option. Hence not able to add logic straightaway to add work notes.
Any suggestions would be much appreciated.
Regards,
R'ana
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 06:58 PM
Here’s a KB from serviceNow on this. I’m sure you could glideRecord to the table and then update the info
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0745172
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response helped in any way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:38 PM
That’s how I would do it, I honestly can’t tell you what the performance impact would be. Maybe refine the trigger or add conditions in to only fire the BR on the sys_email table when record is on the incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:46 PM
Sure Daniel.
Thanks for helping out. Let me try and see how it affects the performance or how long it takes.
Regards,
R'ana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:50 PM
Happy to help,
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response helped in any way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:15 PM
Hey @R_ana
If this has been resolved. Could you mark correct for other users facing the same issue?!
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 06:57 AM
You can also create a many to one relationship like CSM for emails. It will show all emails that were sent out from that specific record. This will include when the client was opened, but never sent. This may give you a easier approach to seeing what happened instead of dumping it in the work notes.
Just create this relationship for the incident table and you will be able to see all emails for that record including client emails where an agent aborted the action.