Incident Management // Delete option disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 04:22 AM
Hi All,
I would like to be able to manage outages from a incident record.
Eg. in this example I would like to delete the selected outage record but the Delete option is disabled.
I cant delete the same record in the workbench neither the button DELETE is not present)
What role/permissions are required to be able to perform this action?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 04:26 AM
Hi @dev_K
I think need Incident manager/outage manager role for this. ( Later one in must I think)
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 05:06 AM
I granted a user the incident manager role but this does not change anything.
Seems there is no such role as outage manager...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 05:19 AM
Hi @dev_K
Try to delete from outage table directly.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 05:49 AM
Hi, you can give the user itil role to make the delete button visible. If you dont want to assign the user with itil role you can create a new ACL on the task_outage table. Also this will just delete the incident and outage mapping and it wont delete the actual outage. As the table shown in the related list is task_outage which creates a mapping between incident and outage. The outage records are stored in the cmdb_ci_outage table.