Skip to content

Commit ae91f33

Browse files
README.md
1 parent 6dba56b commit ae91f33

File tree

1 file changed

+14
-0
lines changed
  • Client-Side Components/Client Scripts/Count Assigned To Field

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Count Assigned To Field
2+
3+
1. Write a Client Script name as getAssignedToCount
4+
2. Glide the Incident Table
5+
3. Use onChange Client Script
6+
4. Use the Field name as "assigned_to" field
7+
5. Glide the Script Include using "GlideAjax".
8+
6. Call the function "getCount" from Script Include
9+
7. Add the parameter for the newValue.
10+
8. Use the getXML for asynchronous response.
11+
9. Get the answer using the callback function
12+
10. Use the logic for the more than how many tickets that error needs to populate
13+
11. Use the addErrorMessage for marking the error message
14+
12. Use the setValue for the "assigned_to" field.

0 commit comments

Comments
 (0)