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

alexm1
Tera Contributor

Hi,

It did not work, however it was a starting point. What I did was to add this condition: current.canDelete()&&current.task.getDisplayValue().indexOf("CHG")!=0

 

The Affected Ci related list was present on incident form, problem, change, etc. My requirement was to only modify the change. The above condition did the trick.

Thanks,

Alex

Awesome, I'm glad you were able to figure this out. 

Yes, this solved the issue.