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 af09eba commit 2a02f84Copy full SHA for 2a02f84
Core ServiceNow APIs/GlideRecord/getEncodedQuery/README.md
@@ -1,3 +1,7 @@
1
+/* This script will glide all active incidents assigned to a particular group and create incident task with same group.
2
+ This make use of applyEncodedQuery.
3
+*/
4
+
5
1.In any GlideRecord query retrieve query using getEncodedQuery()
6
7
2.Apply this encoded query to create/update records (you can apply this query to other tables if query is appropriate).
0 commit comments