- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 12:33 PM
have requirement as follows:
I have a document which should be available for End user to download and fill that document and he has to attached the following document.
I was in dilemma on how to achieve this ?
The attachment must be available in middle of the variables
Exactly as follows:
i have a drop down variable and if I select one value from the drop down values. A link with "any name"( With my specific name for that link) should appear for user to download the document.
can anyone please help me on how to meet this requirement.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 07:19 PM
Thanks for the details. In that case you have to upload the attachment to sys_attachment table and refer the same URL(URL which links to attachment table) attachment for all catalog items.
Let me know if you have any questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 08:47 PM
Hello Ursnani,
Sure the link will be constructed as
https://YOURINSTANCENAME.service-now.com/sys_attachment.do?sys_id=18465214998902006604821bbb93ed1f
Here Replace 18465214998902006604821bbb93ed1f with exact sys_id of the attachment record. You can get sys_id of the record by right clicking on the exact record and select action "Copy Sys_id".
Screenshot for reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 09:18 PM
Thanks Pradeep,
It worked perfectly now i can Download the attachment, but i having a new issue now.
once I click on the link all the fields are disappearing and i can see a blank page but not the request page.
do you have any idea why this is happening ???

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 09:52 PM
Can you please share the screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 09:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 08:36 AM
Hi Pradeep, just one question
In your example, we can refer the DEV instance, but if we move the UpdateSet to another instances,will the URL be replaced to the other instances like TEST and PROD?