- 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 04:35 AM
Hi @rd063,
Try to check if its a global UI action.
Instead of modifying global UI action, you can also follow below approach.
1)Go to UI Action's.
2)Open delete button which is on Global Table.
3)Change table to your table on which you have to hide this button and then click insert and stay.
4)Then deactivate this new button.

- 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
‎06-01-2023 11:31 PM
Hi @Ahmmed Ali
Can I modify the OOB delete ACL ? Is it good to do ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 02:59 AM
Hi @rd063
Making changes to OOTB configuration is always tradeoff with your business requirement. If it is critical for you to restrict delete access which is currently open, then you can modify the OOTB ACLs.
Thank you,
Ali
Thank you,
Ali