- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 02:07 AM
Hi,
I currently display whether a record has an attachment in list view using the field style. Is there any way I can OPEN the attachment from list view?
Many thanks,
Madeleine
Solved! Go to Solution.
- Labels:
-
Enterprise Release Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2014 10:05 PM
1. Open list view.
2. Move your mouse over the hover icon of any incident and press Shift key.
3. Click on the attachment link in the preview.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 05:05 AM
use a database view for incident and sys_attachment this should work for you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 07:16 AM
Thanks for getting back to me. I presume this database view only works in a report not in a module list?
Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 07:49 AM
this works fine on a module
just use an new url like \nameofthedatabaseview_list.do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2014 08:54 AM
This is the solution. Many thanks!