- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 01:30 AM
There is a custom field on the child table and as those child records are present in parent tables, the field which is there on child is having values in it but not showing on parent table list view.
I am working on a report and those fields are not showing up. Could you please assist the best approach to achieve this? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 04:05 AM
enable this property glide.ui.list.allow_extended_fields -> true
If not present then create new one of type true/false and set true value
I am able to show incident field on task list in reporting
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 04:05 AM
enable this property glide.ui.list.allow_extended_fields -> true
If not present then create new one of type true/false and set true value
I am able to show incident field on task list in reporting
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 04:12 AM
The property is true:
I am reporting on below:
When I open the record: Blackberry it opens on the table [cmdb_ci_service_calculated], In [cmdb_ci_service_calculated] table I have that custom field named 'Possessed By'.. that is not coming up.
Could you please check with this table in your PDI? Thanks