Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to add atachment to catalog item description

Arundhati
Tera Contributor

Hello Everyone,

 

I have added an PPT to the catalog item description as a clickable link but it is only downloaded by the ITIL users and customers cannot download it how to make it also accessible to Customers?

Currently I have attached the ppt to sys_attachment and accessing it using sys_id in the description 

7 REPLIES 7

Vishal Jaswal
Giga Sage

Hello @Arundhati 

As per ServiceNow's KB Article: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1830507 you need to create ACL for customer role like snc_external or any other role which differentiate between a customer and itil user.


Hope that helps!

Badrinarayan
Kilo Sage

Hi @Arundhati  , Recently i have developed this requirement ,

On the catalog item itself , we have description field , that is a html field type 

 

so my approach was very simple , uploading the image into description field and aliging with the content 

 

Screenshot 2026-04-09 at 12.50.14 PM.png

Steps are

1.Click on linkScreenshot 2026-04-09 at 12.51.55 PM.png

 

2.add the attachment URL in the URL field 

Screenshot 2026-04-09 at 12.52.59 PM.png

 

Click on Save.

Ensure that once the record is saved, it appears as a clickable link.

Also, retrieve the URL from the Attachment table and provide the corresponding attachment sys_id.

 

Thanks regards

Badrinarayan

 

Nishant_Shelar
Mega Guru

You can fix this by attaching the PPT directly to the catalog item instead of uploading it separately.

Just open the catalog item and attach your PPT there. After that, use the attachment’s sys_id to create the link in the description (for example: sys_attachment.do?sys_id=XXXX).