Skip to content

Commit 18c33c1

Browse files
authored
Update README.md
1 parent 678c09f commit 18c33c1

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

Core ServiceNow APIs/GlideRecord/getEncodedQuery/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* 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.
2+
This was a client requirement, where for a particular group they wanted a task generated to log some internal extra work they were doing, during some of their internal transition.
3+
This was done through a scheduled job (daily) for the required period and then the scheduled job was deactivated.
4+
5+
sys_id in script is of the group being used.
36
*/
47

58
1.In any GlideRecord query retrieve query using getEncodedQuery()

0 commit comments

Comments
 (0)