Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to update 27000 records at once through background or fix script

Souvick A
Tera Contributor

Hello All,

I want to update around 27000 records on alm_asset table. The scheduled retirement date need to be updated for all these records. How can I achieve this with background or fix script, as I had ran a background which updated only 1000 records, I want to update all 27000 records at once.

 

Regards

Souvick

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Not recommend to update this much record in one go. 

 

May be helpful:

 

https://www.servicenow.com/community/developer-forum/about-background-script-limitations/m-p/2650682

 

https://www.servicenow.com/community/itsm-forum/fix-script-gets-cancelled-due-to-maximum-execution-t...

 

 

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

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