Attachment column in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 03:48 AM
Is it possible to show in a list of incidents or problems if the individual records have attachments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 01:55 AM
Hello Jeff,
Add this line for the style field:
background-size: contain;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 03:37 AM
i actually used this and its working nicely, using a paperclip icon too, instead of a page.
background-image: url('/images/paperclip.gif');
background-repeat: no-repeat;
background-position: center center;
text-align: center;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 05:29 AM
Thanks Deepak, useful suggestion, however I see in the linked doc that it requires personalize_styles or admin role, and I have neither. Should I apply for the personalize_styles role or is there another option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 07:26 AM
Hi,
Yes, this requires either a role mentioned by you. However, when you make those changes, those are applicable across the instance to everyone. Hence, I would suggest to either get it done via someone who has "admin" rights or you will require those rights to configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2021 02:50 AM
Hi