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 a2dcfe9 commit 4fe39b2Copy full SHA for 4fe39b2
Client-Side Components/Client Scripts/Auto-Add Watch List Based on Caller/README.md
@@ -0,0 +1,15 @@
1
+
2
+Auto-Add Watch List Based on Caller Department
3
4
+//Use Case :
5
6
+Automatically adds relevant users to the Watch List field when a Caller is selected on Incident.
7
+Keep department leads or stakeholders automatically informed.
8
9
+//Logic:
10
11
+Client Script runs onChange of the Caller field.
12
+Calls a Client callable Script Include ('WatchListHelper) via GlideAjax.
13
+Script Include fetches Department manager
14
+Adds their sys_id to the Watch List field.
15
+Prevents duplicates by appending to existing watch list values.
0 commit comments