Notify requestor that attachment is attached in requested item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 11:46 PM - edited 09-19-2023 11:50 PM
Hi All,
I have a requirement to send notification to Requested for and watch list with attachment when attachment is added in the Requested item.
I created a mail script(to add latest attachment in the notification) and added that in the notification when additional comments changes. I asked client to add additional noted when they added attachment. but they are not agreed with this. They didn't agree with this.
Please help in this.
Thanks,
Samiksha
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 02:12 AM
Good luck @Samiksha2. At least you now have a way to add comments and thus trigger a notification without the client needing to manually add comments as well.
You could consider providing a hyperlink to the attachment in the comments. That way they, still wouldn't have the attachment, or would have all attachments, dependent on your approach, but they could download the attachment directly (when they are logged in to ServiceNow of course).
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 02:23 AM
Yes @Peter Bodelier .
Actually, client has their own clients and they are not giving access to servicenow for them. They are creating requests through email. We are adding external emails in watch list in the Inbound action itself so that they can get the notification on any changes in the RITM. I am not sure if they will be ready for this approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 12:38 AM
I don't think this is a valid business requirement.
Everytime whenever attachment is added an email will be sent out which will lead to lots of emails to that user.
Why Requested for wants email when they can see the RITM on portal ticket page and it will show them files attached as well there itself?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 02:35 AM
you should have after insert BR on sys_attachment and then event, notification on RITM table
condition: current.table_name == 'sc_req_item'
In the BR script query the RITM record and trigger the event and ensure Include attachment checkbox is true on RITM notification.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader