How to disbale the Global "delete" button for CIM Module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:26 PM
Hi All,
I Have a requirement that the "Delete" button for CIM Module should be available only for certain roles. I did Create an ACL with the same. But there's also a global delete button.
How to disable the global "delete" button for CIM Module.
Attaching the images for reference.
How to achieve this.
(note: I am not able to edit the global delete button)
The Global delete button ACL
The custom delete button for CIM Module:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2024 10:55 PM
You can apply roles to the Global action as well. That will hide it for anyone without that role, or add to the conditions that certain tables should be excluded.
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
06-26-2024 11:56 PM
Hi @Mark Manders ,
There's actually a delete acl that is visible to only users with role "sn_cim.improvement_manager" for CIM Module. I figured out that there are even the global "delete" ACL's that is been running. I tried adding the condition but did't work. How to hide the Global delete Button for "sn_cim_register" table?
Attaching the images for reference.
The below highlighted ones are the Global ones:
I need to restrict these for the table "sn_cim_register"
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 12:02 AM
Hi @phr ,
You can add the roles in required role or else you can check the scope/application in script include and call the script include from condition field of UI Action-
Thanks,
Trupti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 12:19 AM
Hi @Trupti94 ,
I found there are Delete ACL's but not the UI actions.
How can i achieve this through Access controls?
Thank you.