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
This Client Script automatically sets the Urgency field to High (1) whenever a VIP caller is selected on a ServiceNow form.
5
+
6
+
It also shows a field-level info message to notify the user why urgency was updated. The script ignores non-VIP callers, ensuring normal behavior for regular users.
7
+
8
+
Features
9
+
10
+
Automatically detects when a VIP caller is selected.
11
+
12
+
Sets the Urgency field to High (1).
13
+
14
+
Displays a field-level message below the urgency field ("Urgency automatically set to High because caller is VIP").
15
+
16
+
Works dynamically every time the caller field changes.
17
+
18
+
Compatible with Classic UI forms.
19
+
20
+
Ensures non-VIP callers do not trigger urgency changes.
0 commit comments