- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 03:01 AM - edited ‎05-30-2023 04:14 AM
I want to hide the 'Delete' button on remediation task form but not able to find the ''Delete UI action on remediation task form .
Could someone suggest how can I achieve this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 04:36 AM
If you do not want any user to delete the remediation tasks, you can update delete ACL on the table to restrict it only to admin or as per your requirement.
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 05:08 AM
Hi,
This 'Delete' UI Action is probably in the Global scope which means you CANNOT delete the UI action itself. What you can do is:
1. Create a UI Action in your custom table with an Action Name similar to the Action Name of the Delete (Global: UI Action)
2. In the Overrides field of the UI Action you are creating, select the Delete (Global: UI Action)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2023 11:29 PM
Hi @wndydngy
As my table is in scoped application , this isn't working