- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 11:34 AM
Hey Team
Looking for some info on when the ability to dot walk to child tables via the filter builder was added.
For example, these tables available off the Task table:
It's something that our team discovered just recently and are looking for some documentation on it.
Any assistance is appreciated. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 01:02 PM
Hi, not sure exactly when the functionality was released, but I can find a reference to the use of 'ref_' syntax in 2016 edition of Mastering ServcieNow.
I believe that this is controlled by the system property 'glide.ui.list.allow_extended_fields'
Usage is simply expand the related(child table) + in your filter view and you will be able to select (child)table specific fields for your filter, the resulting query syntax is ref_tablename.fieldname
Covered in this reporting video from about 2:55
//docs.servicenow.com/pt-BR/bundle/quebec-now-intelligence/page/use/reporting/task/t_AccessFieldExtendedTable.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 01:02 PM
Hi, not sure exactly when the functionality was released, but I can find a reference to the use of 'ref_' syntax in 2016 edition of Mastering ServcieNow.
I believe that this is controlled by the system property 'glide.ui.list.allow_extended_fields'
Usage is simply expand the related(child table) + in your filter view and you will be able to select (child)table specific fields for your filter, the resulting query syntax is ref_tablename.fieldname
Covered in this reporting video from about 2:55
//docs.servicenow.com/pt-BR/bundle/quebec-now-intelligence/page/use/reporting/task/t_AccessFieldExtendedTable.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 06:01 AM
Thanks Tony, this is great