- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:49 AM
How to do Bulk search of incidents with out scripting can anyone help on this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:55 AM - edited 07-24-2024 03:00 AM
Hi @sahana1998 ,
If you want to search them in the listview only then you can use this following filter condition:
Number - is one of - <Add all the incident number>
Screenshot attached:
If you want to search it using script, you can write a fix script(which is a server side script), and search for them.
Thanks.
Hope it helps.
Mark this helpful and Accept Solution it my response helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:57 AM
Hi @sahana1998 ,
In the incident.LIST use the filter option and filter it as below:
[Number] [is one of] [list of inc records]
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:55 AM - edited 07-24-2024 03:00 AM
Hi @sahana1998 ,
If you want to search them in the listview only then you can use this following filter condition:
Number - is one of - <Add all the incident number>
Screenshot attached:
If you want to search it using script, you can write a fix script(which is a server side script), and search for them.
Thanks.
Hope it helps.
Mark this helpful and Accept Solution it my response helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:57 AM
Hi @sahana1998 ,
In the incident.LIST use the filter option and filter it as below:
[Number] [is one of] [list of inc records]
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 04:15 AM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 08:15 AM
Hi @sahana1998 , Thanks for marking helpful. Could you please also 'Accept as solution' if this helped. You can mark multiple answer as solution.
Mark this as Helpful / Accept the Solution if this helps.