- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2019 09:52 PM
Hi Community,
I have a requirement wherein I have to add a download icon to all the rows in the "All managed documents" listing.
Like the image listed below,
On clicking this icon, I should be able to download the corresponding document, any help on how to achieve this is appreciated!
Thanks,
Raskill
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2019 02:06 AM
Hi,
You can add an icon by using field styles.
- Navigate to Field styles
- Create a New record
- Select table as sys_attachment
- Select the field name(I selected File name) before which you want to add an icon
- In Value field add javascript:true
- In style field add following code :
background-image: url('images/icons/download.gif');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
7. Update.
Please see below result.
Mark If Correct/Helpful.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 08:48 PM
On clicking this icon, Are you able to download the attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 01:26 AM
Hi!
I know it was some time ago, but do you know maybe how to put the icon AFTER the text in the cell?
Thank you!
Best,
Zsolt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 05:37 AM
Hi Ajay,
Similarly can we add a icon to a related list under incident form based on condition (example: I want a star icon to a impacted ci related list of incident form when their service provider i.e., company is based out of certain location)
Thanks in advance