Disable Delete from "Action on selected rows" for change request table, affected CI related list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2019 06:17 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-25-2019 02:01 AM
Hi,
It did not work, however it was a starting point. What I did was to add this condition: current.canDelete()&¤t.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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-25-2019 06:38 AM
Awesome, I'm glad you were able to figure this out.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-19-2019 02:43 AM
Yes, this solved the issue.