Skip to content

Commit 8ecf232

Browse files
authored
Update README.md
1 parent 1567287 commit 8ecf232

File tree

1 file changed

+19
-8
lines changed
  • Client-Side Components/Client Scripts/Display Incident Count of Assigned-To User When Field Changes

1 file changed

+19
-8
lines changed
Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
## 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
8+
9+
---
10+
11+
### Info Message Example 1
12+
![Incident_Count_message_1](Incident_Count_message_1.png)
13+
14+
---
15+
16+
### Info Message Example 2
17+
![Incident_Count_message_2](Incident_Count_message_2.png)
18+
19+
---

0 commit comments

Comments
 (0)