wildcard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
In the Incident list, find records where the Short Description starts with "Network" and ends with "failure" using combined wildcards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Not possible. It’s better to use the filter section: click on the funnel icon and then add these conditions.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a minute ago
Hi @arishsaifi9 ,
As Atul said it is not possible putting multiple wild cards in the list filter directly but you can create your filter using the funnel icon and then copy the sysparm_query to use that in the URL directly.
So in this case your URL will look like this. Either you save the filter or modify the URL based on your conditions.
https://<your_ instance>.service-now.com/incident_list.do?sysparm_query=short_descriptionSTARTSWITHNetwork%5Eshort_descriptionENDSWITHfailure
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das

