How to hide the "Delete" button on Remediation task form ?

rd063
Tera Contributor

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?


1 ACCEPTED SOLUTION

Ahmmed Ali
Mega Sage

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.

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali

View solution in original post

6 REPLIES 6

wndydngy
Tera Expert

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) 

rd063
Tera Contributor

Hi @wndydngy 
As my table is in scoped application , this isn't working