Display image file name for attachment in activity log instead of image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2019 12:25 PM
Is it possible to minimize image attachment in activity log instead of having the image take up lot of space in activity log.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 10:50 AM
I don't know that there is another way to see when an attachment is added.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 11:07 AM
One thing you could do is change the "Content Type" within the sys_attachment table to text/plain. This tricks the system into treating as a text file, which in turn displays only the name of the file with a link for download.
One immediate drawback here is that this also impacts the Portal, so you'll lose the thumbnail view for end users. Downloading the image still works.
I personally wouldn't do this, but if you're interested in testing it for yourself (and please do so thoroughly), create a before insert business rule on sys_attachment with the following parameters (adjust Table name accordingly):
Conditions
Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 11:36 AM
I'm testing that. would you mind sharing where that tumbnail view changes post activating business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 01:55 PM
anyone else have another solution to get a timestamp whenever an attachment is added to incident form?