What’s the difference between GlideRecord’s addQuery() vs. encoded queries – when to use which?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
What’s the difference between GlideRecord’s addQuery() vs. encoded queries – when to use which?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @dalvipranit
Here the best explanation
using addQuery() you can give filter based upon the one field,
using addEncodedQuery() you can filter the record based upon the multiple fileds (you can copy the breadcrumb string and use as it is in encoded query under quotes).