Is it possible to hide the parent table fields while filtering the records of child table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 06:06 AM
Hi Experts,
I was looking for hiding the few unnecessary extended fields from Parent table('Task') in to my custom table(child table - 'xyz') while filtering the records through column names.
I see more than 50 fields which are not required to be shown.
can you please help me, how to achieve this requirement.
Thanks,
Naveen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 06:13 AM
Hi @naveen80
Please refer the below link which will help you.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0719142
Please mark my answer as helpful if it worked.
Thanks,
Dipen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 09:38 AM - edited 10-25-2023 09:39 AM
Hi Dipen,
Article was about the records.
But I was looking to hide the extended parent table fields on child table while filtering the records or personalising the fields on list view.
Thanks,
Naveen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:01 AM
You can through read ACLs on the child table to make all unwanted fields unreadable by any but Admin, but that would require a lot of ACLs if you have more than 50 fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:30 AM - edited 10-25-2023 07:34 AM
Hi Zach,
Is it possible to accommodate all the fields in to one ACL via script?
Thanks,
Naveen.