Skip to content

Commit 2a02f84

Browse files
authored
Update README.md
1 parent af09eba commit 2a02f84

File tree

1 file changed

+4
-0
lines changed
  • Core ServiceNow APIs/GlideRecord/getEncodedQuery

1 file changed

+4
-0
lines changed

Core ServiceNow APIs/GlideRecord/getEncodedQuery/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
1.In any GlideRecord query retrieve query using getEncodedQuery()
26

37
2.Apply this encoded query to create/update records (you can apply this query to other tables if query is appropriate).

0 commit comments

Comments
 (0)