- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm working with the SIR module and noticed something weird. I have several email client templates set up for SIR depending on the category of the record i.e if the category is Malware, then the Malware email template applies automatically to the record. However, certain templates are applying when the conditions are met, i.e: if the category is unathorized access, then the unauthorized access template should be applied but is not. The values are the same, the conditions are minimal but, for some reason, only some of the templates are applied when their condition is met and some don't.
Does anyone know why this could be happening?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JulienRouge1549
In ServiceNow, Email Client Templates have an "Execution order" field.
The system processes these templates in ascending order (0, 100, 200, etc.). When a record is opened, the system starts from the lowest number and applies the first template whose condition is met.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JulienRouge1549, it might be helpful if you can provide the exact conditions on an email client template, and the relevant field values from a record you're expecting to match that isn't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Here's the email template condition
And here's the condition on the record
So, this specific record should have the template applied but it's not. Hope this provides some more info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JulienRouge1549
In ServiceNow, Email Client Templates have an "Execution order" field.
The system processes these templates in ascending order (0, 100, 200, etc.). When a record is opened, the system starts from the lowest number and applies the first template whose condition is met.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The order of the non-functional templates is the same as the functional one. What would be the default template order?