Add a static attachment to an email that is sent upon creation of a case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 05:11 AM
I know this question has been asked here:
Solved: Using Flow Designer, add attachment to Send Email ... - ServiceNow Community
but I'm wondering if there is an easier more out of the box solution to have an attachment thats always added to a canned email notification that is sent when a case is created.
it wouldn't be a dynamic attachment, so nothing that was added to the case by the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 06:40 AM - edited 02-07-2025 06:46 AM
nm i figured that out. Yes the rule is never kicking off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 07:05 AM
the logic has worked for me and other members as well in the past.
What didn't work for you?
share your configuration screenshots and scripts here.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 08:17 AM
When I run the diagnostics thing that shows whats happening, this rule never seems to kick off.
I can see the email get generated in the emails table but I think I just noticed an issue though. There is no sys_email_attachment table or at least I can't see it. I would think the rule would still run but error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 10:01 PM
business rule is in which scope?
try creating in global scope
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 07:13 AM - edited 02-10-2025 07:23 AM
I set it up again under global. I still don't see it trying to be run. Maybe what I think the diagnostics would do is not really what I think it would do?
What is the best way to debug this?
Also, I still don't see a sys_email_attachment table....is that some kind of protected table?