Disable Delete from "Action on selected rows" for change request table, affected CI related list.

alexm1
Tera Contributor

Hello,

How do I disable Delete option from the "Action on selected rows" without affecting other tables or other related lists?

I only want to remove it from the  Change Request table, Affected CIs related list:

find_real_file.png

12 REPLIES 12

Then I would copy the global action and change the table name to task_ci and update the condition to false.

 

djohnson1
Mega Guru

Alex, 

      Elevtae privilidges to Security Admin; navigate to System Definition> UI Actions; filter for sys_id = 75a1fcce0a0a0b3400d6ed99cf8a87e0; open record and update condition to:

current.canDelete() && current.getTableName()!= 'change_request'

find_real_file.png

Thanks, 

 

Derrick Johnson

Hey, your solution works but, one small problem.

I want the admin to have the permission to delete action, this solution takes that right from the admin too.

Hi Derrick Johnson,

 

I have tried this in Ui action condition but there is no change. I can still see Delete option on the Actions on Selected Rows of change request(Group approval tab).

djohnson1
Mega Guru

Were you able to get this resolved with my suggestion?