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
‎06-19-2019 04:11 AM
Hi Peter,
Yes, you can use the field style as shown in screenshot below. I have created a field style against NUMBER field on INCIDENT table and given the background-color as red if record has attachment
Once done, you can see all the records are showing RED background color for number field. You can apply the IMAGE ICON in style sheet as well 😉
Note: Please mark reply as correct if it has answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 04:19 AM
ARticle doesnt load, does anyone have the script for this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2019 04:14 AM
Hello Peter
I am not sure whether we have any functionality to show attachment as a column in the list view or not but you can use this option to check that a particular record has attachment or not from the list view. You can use the hasAttachments() on the sys_ui_style table for the record.
For instance, if I want an icon or color change to indicate that the record has an attachment in the list view I can set up a style like below:
And if the record has an attachment it will display like below:
Please mark it helpful if it works and also please don't forget to like the same.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2021 04:38 AM