How can I create case sensitive glide record query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2018 03:47 AM
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.
- Labels:
-
Field Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2018 05:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2021 10:38 PM
Thanks for sharing such great information, I also have this same question. very thankful and helpful. myloweslife
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2021 10:15 PM
Thanks a lot for help, I have same question but now i got proper help, Really appreciate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2018 07:08 AM
Thanks Harshad.
but I'm looking for server side glide query, which can perform case sensitive query.