How to create download links?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 06:54 AM
We want to have files automatically downloaded when you select an option from a select box on a record producer.
So my questions are:
- Where should these files be uploaded?
- What should the link be to redirect to?
- How should I redirect to that link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 06:24 PM
- You need to upload files to sys_attachment table
- Get the sys_id of the attachment from sys_attachment table (/sys_attachment_list.do).
-
Right click on the field and add below URL :
https://instance.service-now.com/sys_attachment.do?sys_id=1894eef4ef331000914304167b2256c2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2017 11:46 PM
Thanks sreedhar