How to add closed incidents in the problem form related list incidents?

Raja6
Tera Expert

OOB allows only active incidents to added as bulk to the problem Is there a way to change this default behavior?

I have found that OOB script include which is protected BulkAddIncidents . But is there a way to change this via any system property?

Thanks in advance.

find_real_file.png

1 ACCEPTED SOLUTION

Raja6
Tera Expert

I just updated the OOB script BulkAddIncidents Fixed query and removed the active true condition and It worked. Thanks for your help

find_real_file.png

View solution in original post

9 REPLIES 9

Rozmin Parpia
ServiceNow Employee
ServiceNow Employee
You need to adjust the ACLs on the incident table so that users with ITIL-roles can write in the "problem_id" field even when the incident is closed. To do this you will have to re-do some of the basic "write"-operation ACL:s on the incident table that applies after a record has been closed.

Prasad Pagar
Mega Sage

Hi @Raja

Please see if this helps

1. Goto Related list

find_real_file.png

2. Search for Problem and Default view

find_real_file.png

3.Try adding this

find_real_file.png

Save and then check

Hope this helps 🙂

Please mark my answer correct and helpful if applicable.

Thank you
Prasad

If it didnt work then try updating this line

find_real_file.png

It's not working. Anyways I just updated the OOB script BulkAddIncidents Fixed query and removed the active true condition and It worked. Thanks for your help

find_real_file.png