Is there any way to open/download attachments without login into SNOW?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2018 10:30 AM
Hi All,
I have a requirement to send notifications from SNOW with attachments. So I have written the email script and it works but the problem is that in order to open the attachment, the user must be signed in to SNOW, otherwise, they are not able to open the document.
Is there any way to open/download the attachment without login in to SNOW?
Any help would be greatly appreciable.
Thanks
Shrikanth
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 05:16 AM
Hi Shrikanth,
I think that is not possible because that is how it prevents any unauthorized user from accessing system data.
Why not use the option of include attachments? it would add it as an attachment to the email. if that works for you user can download attachment from email without servicenow url
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
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-14-2018 05:42 AM
Hi Ankur,
Thanks for your reply. Actually, I am triggering the notification from workflow activity Notification and i don't see any option of include attachments.
Thanks
Shrikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 05:49 AM
Hi Shrikanth,
you can use notification from notification table and use the checkbox of include attachment, that should solve this I think.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
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-14-2018 07:31 AM
Ankur,
I created a notification on sc_req_item table and checked the checkbox of include attachment but it didn't worked. I am still facing the same issue.
Note:- My attachments are in sys_attachment table.