GrayOut\disable Declarative action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2025 11:27 AM
Can we disable\gray out declarative Form and related list actions instead of hiding?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2025 12:08 AM
No. You can't show UI actions and not have them work. The only way to do this is to create dummy ui actions that do nothing and show them when the conditions aren't the same as on the 'real' ones, but why would you want to do that?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2025 02:39 PM
We have group of users with editable access and another group with Read only access. UI actions are working for Read only access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 12:47 AM
What is the difference between these users? Is it based on roles or groups? You can apply those conditions to UI actions as well, so the UI actions simply aren't their for read only users.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2025 06:06 PM
It is based on group and I have used script condition to hide the declarative action. I'm checking if there is way to disable them instead of hiding them.