GrayOut\disable Declarative action

Amar_c
Tera Contributor

Can we disable\gray out declarative Form and related list actions instead of hiding?

6 REPLIES 6

Mark Manders
Mega Patron

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

We have group of users with editable access and another group with Read only access. UI actions are working for Read only access.

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

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.