We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c213a9 commit 30bce6cCopy full SHA for 30bce6c
Background Scripts/Bulk Update Tables/BG Script-BulkUpdateTable_Readme.md
@@ -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