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.

FIXSCRIPT TO UPDATE BULK Data working only for 3.5k (aprox) cmdb records only

Community Alums
Not applicable

Fix script to update bulk CMDB correlation id is running for only 3.5 k record's one time, I had to run it multiple time's to update all record's using background script it's running for all record's . 

1 REPLY 1

Jaspal Singh
Mega Patron
Mega Patron

hi Roshi,

Why not convert the Fix script to a Scheduled job and let it execute after regular intervals (may be every 20 mins or so). Also,  you can apply a setLimit(1000) query to limit it to 1000 records per job