Incident Management // Delete option disabled

dev_K
Tera Contributor

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.

 

dev_K_0-1725967172509.png

 

 

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!

5 REPLIES 5

Dr Atul G- LNG
Tera Patron

Hi @dev_K 

 

I think need Incident manager/outage manager role for this. ( Later one in must I think)

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

I granted a user the incident manager role but this does not change anything. 

Seems there is no such role as outage manager...

Hi @dev_K 

 

https://www.servicenow.com/community/itsm-forum/how-to-delete-outage-records-from-a-related-list/m-p...

Try to delete from outage table directly.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Not applicable

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.