UI Action Visibility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:18 AM
Hi,
Parent table UI Action should not be displayed in the child table.
How to do that? Can you help me out?
Thanks,
Subash

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:21 AM
Hi @subashds6515 ,
You can follow below support article:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686189
Description
How to override UI Actions for an extended table
Examples:
Task Table (parent) has Close Record UI Action which you don't want to appear on the Incident Table (child)
Procedure
- Complete the following steps to override a UI action on the Task table for just the Incident table.
- Create a UI action on the Incident table with the same Action name.
If the Action name is not defined, use the same Name.
- Enter a script that is specific to the Incident table.
- Create a UI action on the Incident table with the same Action name.
- Complete the following steps to remove a UI action on the Task table for the Incident table.
- Navigate to the UI action definition for the Task table.
- Add the condition current.getRecordClassName() !='incident'.
OR
you can override the parent table UI action on the child table via setting the "Override" field as shown in the below screenshot,
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:26 AM
Hi @subashds6515 Go through the below video you can make it easily
https://www.youtube.com/watch?v=Yt8-6-f8oe4
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:31 AM
You can refer this knowledge article from ServiceNow
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0686189
Mark as helpful if it resolves your issue.
Regards,
Mayur