Attach a file in Catalog Item as attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:36 AM
Hi All,
I want to attach one Excel Sheet as an attachment in one Catalog Item so that whenever form loads the attachment will be visible and any user can download it.
Can anyone let me know how to achieve this?
Thanks,
SNOW@Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:41 AM
Hi,
A simple way is to create a knowledge article with the attachment in it. You can check Attachment link option, so it downloads automatically.
Add a link to this knowledge article on the description of your catalog item which is an HTML content and it should render your link within anchor tags.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:46 AM
An added advantage is that you could update the attachment anytime without modifying the catalog item and thus avoiding the use of an update set.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:42 AM
I dont think you can add like normal attachments, but description field in item table supports html, you can provide the link to the document after uploading to the attachment table, so that when user clicks on that it automatically downloads
something like this
<a href="https://<instance_name.service-now.com/sys_attachment.do?sys_id=1894eef4ef331000914304167b2256c2">click here to download</a>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 05:42 AM