TechTrek with AJ-Background scripts for Bulk update the Table#2394
Closed
TechTrekwithAJ wants to merge 3 commits intoServiceNowDevProgram:mainfrom
Closed
TechTrek with AJ-Background scripts for Bulk update the Table#2394TechTrekwithAJ wants to merge 3 commits intoServiceNowDevProgram:mainfrom
TechTrekwithAJ wants to merge 3 commits intoServiceNowDevProgram:mainfrom
Conversation
This Background script will help to bulk update the Incident table if condition match
This Background script will help to update the Incident table in bulk if condition are matched
Read me file for bulk update for the table
Contributor
ravichandra1998g
left a comment
There was a problem hiding this comment.
Hello @TechTrekwithAJ
Hacktoberfest, we’re aiming for high-quality contributions providing real-world developer usecases. You can check some of the recently merged code snippets for reference. They are good examples of what we're aiming for. This cannot be merged since this is a simple background script to bulk update records
We appreciate the effort you’ve put into this contribution. We’ve labeled it as hacktoberfest-accepted so it still counts toward your Hacktoberfest progress.
Thank you for contributing!
Please reopen/ submit a new one after adding more dynamic context/use cases that are more suitable for the Hactoberfest
ravichandra1998g
approved these changes
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Background script will help to bulk update the Incident table
Finds all incidents that are:Active
Have priority 3
Have category = network
Updates each of those records:
Sets state = 2 (which usually means “In Progress”)
Adds a comment: "Updated via bulk update script"
Logs the number of records updated to the system logs.