- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 06:25 AM
Hi All,
I am trying to create a Link that just download attachment but don't redirect to the attachment.
I am using this under catalog item with label variable, Currently when we click the link it ask to leave the page and then attachment get downloaded but i don't want that pop-up to leave the page to appear, I want just want when user click the link will download the attachment for the user
In this way I am passing the attachment url -
https://<instance_name>.service-now.com/sys_attachment.do?sys_id=<attachment_sys_id>
to create link but this is showing a pop up also.
what will be the correct way to achieve this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 08:04 PM
Hope you are doing good.
Did my reply answer your question?
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
05-27-2025 07:53 PM
Hello @keshav77,
For a similar kind of issue, please refer to the link below:
https://www.servicenow.com/community/developer-forum/attachment-download-link-redirect-to-servicenow...
If it is helpful, please hit the thumbs-up icon and accept the correct solution. By referring to this solution in the future, it will be helpful to them.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 08:03 PM
you can use Rich Text label variable and use _blank for the link so that it opens in new tab and user can continue on current form
Something like this
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
05-28-2025 08:04 PM
Hope you are doing good.
Did my reply answer your question?
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