User with snc_internal cannot open attachments sent via email from the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 05:46 AM
I have a notification that gets sent to 2 users in the accounting team the attachment is a txt file and when the try open it the get directed to ServiceNow and told they don't have access.
They just need to be able to click it and download it to their pc's to open the attachment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:00 AM
Are these attachments on the record that the email is related to? Can the "send attachments" be used?
If you're linking to an attachment record, they'll require to pass authentication and then the authorization (ACLs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:03 AM
Hi @Kieran they are attachment is generated from a Scheduled job.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:25 AM
Hi,
So I assume 'sn_customerservice.Warranty Claim Global' event is triggering a notification. Does that have some sort of mail script to create links within the email body?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 06:33 AM
Yes it has,
${mail_script:add.attachment}
which is this,