We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dba56b commit ae91f33Copy full SHA for ae91f33
Client-Side Components/Client Scripts/Count Assigned To Field/README.md
@@ -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