Skip to content

Commit 4fe39b2

Browse files
authored
README.md
1 parent a2dcfe9 commit 4fe39b2

File tree

1 file changed

+15
-0
lines changed
  • Client-Side Components/Client Scripts/Auto-Add Watch List Based on Caller

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)