Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

wildcard

arishsaifi9
Mega Contributor

In the Incident list, find records where the Short Description starts with "Network" and ends with "failure" using combined wildcards

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

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]

****************************************************************************************************************

Animesh Das2
Mega Sage

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