We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to replace "starts with" filter to "contains" filter in reference field in Service Catalog

Nikita Garg
Tera Guru

Hi,

I have a reference field in service catalog and when i try to search in the field, it is giving me all values "starts with" the entered string. 

But i want to search records based on "contains" filter. i.e. i want to get all the records which contains the entered string.

Please help me! 

Thanks

Nikita

1 ACCEPTED SOLUTION

hvrdhn88
Giga Patron

 

Correct me if i did not get your question. 

you are trying to search the value in reference variable which contains some word. 

eg: you want to get all list which contains "Access" word ? if yes then can you try this way. 

 

*access

 

eg:

 

find_real_file.png

 

 

View solution in original post

2 REPLIES 2

hvrdhn88
Giga Patron

 

Correct me if i did not get your question. 

you are trying to search the value in reference variable which contains some word. 

eg: you want to get all list which contains "Access" word ? if yes then can you try this way. 

 

*access

 

eg:

 

find_real_file.png

 

 

Thanks for your help!