You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core ServiceNow APIs/GlideRecord/getEncodedQuery/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
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.
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.
3
6
*/
4
7
5
8
1.In any GlideRecord query retrieve query using getEncodedQuery()
0 commit comments