- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2023 10:38 PM
I want to hide 'View Locations' button from a specific viewbut it should be visible in Default view. Can anyone help me to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2023 10:45 PM
you can hide it based on UI Action Visibility related list
You can specify the views in which it should be visible by creating a record into that related list table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2023 11:09 PM
Hello @Ankur Bawiskar
I was deploying same thing in my PDI, while deploying only I was replying
So at that time I haven't saw your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-11-2024 04:42 AM
Do you have an opinion as to why this record needs to be in the same scope as the UI Action?
Let's say I extend Interaction table in a custom application scope and I want to hide certain UI Actions inherited from Interaction.
This means I would have to create this record in Global and not my own scope where it belongs.