- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 10:44 AM
If you get the condition field from a table, you get a query string, with the ^OR and IN and sys_ids. Is it possible to get the text as it appears when you go to a .do page and look at the Condition builder, with 'is' instead of '=' and display names instead of ids and so on?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 08:52 AM
Hi there,
This previous post may help you:
Hope this helps,
Shane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 08:52 AM
Hi there,
This previous post may help you:
Hope this helps,
Shane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:50 PM
new GlideQueryBreadcrumbs().getReadableQuery(table_name, query);
You're a life-saver. I didn't know about that. Thank you.