- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 12:44 PM
I am trying to have attachments available for download when a new change request is created. Is it possible to load an existing attachment/document to a record producer?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:51 PM
/sys_attachment.do?sys_id=<sys_id>
replace with sys_id value of actual attachment
this is a direct link which downloads the file and will not take you to other site
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 12:52 PM
Add directly URL to your attachment (attached to record producer) in the description or any other HTML field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 12:59 PM
I don't want to send the user to another site, I want the documents available for download from the record producer form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 01:51 PM
/sys_attachment.do?sys_id=<sys_id>
replace with sys_id value of actual attachment
this is a direct link which downloads the file and will not take you to other site
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 08:51 PM
thank you, that will work!