Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How can I create case sensitive glide record query?

Gyaneshwar_c01
Tera Contributor

Requirement:

I've to query a table in SNOW, where multiple records records are available with same name(case sensitive).

How can I query specific record using glide record query.

7 REPLIES 7

Harshad Wagh
Tera Guru

Hi,

 

Server side GlideQuery is case insensitive.

 

Have a look at below threads which may give some help at your end.

 

https://community.servicenow.com/community?id=community_question&sys_id=4656c3e1db1cdbc01dcaf3231f9619bf

 

https://community.servicenow.com/community?id=community_question&sys_id=33008721db98dbc01dcaf3231f9619b2

 

Thanks

Harshad

Thanks for sharing such great information, I also have this same question. very thankful and helpful. myloweslife

Thanks a lot for help, I have same question but now i got proper help, Really appreciate.

Gyaneshwar_c01
Tera Contributor

Thanks Harshad.

but I'm looking for server side glide query, which can perform case sensitive query.