Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Open attachment in list view

madeves
Kilo Contributor

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

1 ACCEPTED SOLUTION

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.


View solution in original post

8 REPLIES 8

Lam_Hoang
Kilo Expert

use a database view for incident and sys_attachment this should work for you!


Thanks for getting back to me.   I presume this database view only works in a report not in a module list?


Many thanks.


this works fine on a module



just use an new url like \nameofthedatabaseview_list.do


This is the solution. Many thanks!