Skip to content

Commit 30bce6c

Browse files
Create BG Script-BulkUpdateTable_Readme.md
Read me file for bulk update for the table
1 parent 3c213a9 commit 30bce6c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This Background will help to bulk update the incident table where
2+
Finds all incidents that are:Active
3+
Have priority 3
4+
Have category = network
5+
Updates each of those records:
6+
Sets state = 2 (which usually means “In Progress”)
7+
Adds a comment: "Updated via bulk update script"
8+
Logs the number of records updated to the system logs.

0 commit comments

Comments
 (0)