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 07:35 AM - edited 10-25-2023 07:36 AM
Unfortunately, you'd have to make an ACL for each field. Also, best practices for ACLs is to avoid scripting, especially any gliderecord queries, if at all possible, as it will have to evaluate the script for each ACL every time the ACLs are evaluated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 06:31 AM
Hi Naveen,
I am also looking for the same, is that issue resolved? if it is resolved please reply with solution.
Thanks in advance.
Thanks,
Giri.