We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Delete Change Requests

avinashp7303279
Tera Contributor

Hi, i'm currently working on an integration project where, I'm automatically creating change requests if there are vulnerable applications present in a device. Since the project is in testing state, there are many number of Change requests getting created by my software. Is there a way to remove all these change requests at one time? like probably through a scripts.

1 ACCEPTED SOLUTION

SN_Learn
Kilo Patron

Hi @avinashp7303279 ,

 

Please try the Data Management Jobs which require no coding:

Update or Delete Bulk Records without Scripting 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

4 REPLIES 4

SN_Learn
Kilo Patron

Hi @avinashp7303279 ,

 

Please try the Data Management Jobs which require no coding:

Update or Delete Bulk Records without Scripting 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Thank you so much @SN_Learn this was indeed helpful

Dr Atul G- LNG
Tera Patron

Hi @avinashp7303279 

 

You can use the way suggested by expert @SN_Learn also, if I think from my experience, don't delete those changes, if possible moved them in cancel state , so that in future may be you need you can get that data.

*************************************************************************************************************
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]

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

Hi @Dr Atul G- LNG , thanks for the advice, i'll keep the important change requests in the cancelled state.