Setting Email Importance from Major Incident Management Communication Template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 09:45 AM
Hello all,
I'm trying to set emails generated from our Major Incident Management Communications as high importance so they get flagged by Outlook. Following another post, I created a Business Rule on the sys_email table that sets the current.importance field. That was setting the field on the Email entry, but wasn't copying it to the message header so I added another line that does so manually. It still does not actually flag the message as high importance. Regular Email Notification objects work when Importance is set to High under 'What it contains' but I can't seem to get this to work. Relevant screenshots attached!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 09:53 AM
I would recommend against creating a Business Rule on the sys_email table, this an extremely active table and I would avoid having any scripts running on there if possible.
You can set the importance of an email on the notification itself, why don't you use this? Or create a copy of it and only fire it under certain conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 12:46 PM
These are Email Client Templates rather than notifications, so they do not have a field to set Importance. A Notification doesn't serve our needs as we are configuring templates for the Communication Tasks as part of Major Incident Management.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 10:00 AM
Perfect answer by @Ethan Davies
Even I will about to paste the same image and he did before me.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 07:42 AM
These are Email Client Templates rather than notifications, so they do not have a field to set Importance. A Notification doesn't serve our needs as we are configuring templates for the Communication Tasks as part of Major Incident Management.