Need a Quick Help , I ran a Background script and due to some code issues , 10000+ records are getting inserted into a table , can i know how can i stop records getting inserted . i have also deleted the script execution history and in active tra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2022 01:20 AM
Need a Quick Help , I ran a Background script and due to some code issues , 10000+ records are getting inserted into a table , can i know how can i stop records getting inserted .
i have also deleted the script execution history and in active transaction no script is running .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2022 01:54 AM
Hey,
If the records keep on inserting even if you are not running it.
Try running busing this URL:
instancename.service-now.com/cancel_my_transactions.do
This should work just fine.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2022 01:58 AM
It will still run even you close the tab.
It will cancel automatically after 4 hours by default if you didnt change it.
you can cancel it now by adding cancel_my_transactions.do to then end of your instance url.
In script execution history you have option to rollback as well to revert the changes made by that script execution.
Mark as correct and helpful if as applicable.
Regards,
Sumanth.