How to hide UI action that is displayed on child table from parent table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 03:34 AM
Hi Community,
I want to hide the UI action on Portal which is being displayed on child table from parent table.
For eg:
I have a parent table "Parent_table" and child table "child_table". Now that when i have a ticket created in child_table then in the ticket i am seeing a UI action which is created on Parent table. Now i want to hide this UI action on my "child_table". Could someone help me with solution.
I tried to add in condition of UI action like current.sys_class_name != 'child_table'..Still no Luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 03:39 AM
Hi @Anil9
Could you share the screenshot of your UI Action configuration?
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 03:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 03:42 AM
Hi @Anil9 ,
You can make use of UI action visibility
Go to the UI action related lists:
Aman Kumar