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
## Display Info-Message of Incident Count of Assigned-to User when field Assigned-To changes
2
-
3
-
Displays a message showing the count number of **incidents** for assigned-to member whenever the **Assigned To** field changes on the Incident form
4
-
- Helps assess the assignee’s **current workload** by fetching and displaying active incident counts (excluding *Resolved*, *Closed*, and *Canceled* states).
5
-
- Shows a **info message** with count of assignee's assigned incidents.
6
-
- Uses an onChange Client Script with GlideAjax to show an info message when the Assigned To field changes
7
-
---
8
-
1
+
## Display Info Message of Incident Count of Assigned-To User When Field Assigned-To Changes
2
+
3
+
Displays a message showing the count of **open incidents** assigned to a user whenever the **Assigned To** field changes on the Incident form.
4
+
5
+
- Helps assess the assignee’s **current workload** by fetching and displaying active incident counts (excluding *Resolved*, *Closed*, and *Canceled* states)
6
+
- Shows an **info message** with the count of the assignee's assigned incidents
7
+
- Uses an **onChange Client Script** on the **Assigned To** field and a **GlideAjax Script Include** called from the client script to fetch the count dynamically
0 commit comments