Server-side GlideRecord addQuery case sensitive

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2017 10:18 AM
Looking at this Case insensitive Glide Record query I see they talk about client side GlideRecord queries.
I need server side to be case sensitive.
The highlighted sections must be a cAsE sEnSiTiVe check.
How can I make it so?
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2024 05:52 PM
The phase part of my query became "^u_phaseINprd,PRD" not "u_phase=PRD^u_phase=prd" as posted above, sorry for any confusion.