Is it possible to hide the parent table fields while filtering the records of child table?

naveen80
Tera Contributor

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.

 

 

6 REPLIES 6

Dipen Wadhwana
Giga Guru

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

 

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. 

Zach Koch
Giga Sage
Giga Sage

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.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Hi Zach,

 

Is it possible to accommodate all the fields in to one ACL via script?

 

Thanks,

Naveen.