- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 07:17 AM
I have a Ui action name "on hold", this Ui action will be calling a particular view "on_hold", but this view is having all Ui actions. But I don't want to display any Ui actions/Ui buttons in the popup view. Can someone help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 04:38 AM
Was able to achieve it with below code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 07:30 AM
There is no direct way to do it , You will have to add the Add this to each ui action individually.
Open the ui action and at the bottom you will find this related list
Click on Edit and add views you want this to be visible to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 04:38 AM
Was able to achieve it with below code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:57 AM
Hi @Roshini ,
Will this hide all the UI actions of the popup? Also, what is the button parameter and is it client script?