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 800c0cc commit 6c08535Copy full SHA for 6c08535
Server-Side Components/Script Includes/Count Assigned To Field/README.md
@@ -0,0 +1,12 @@
1
+Count Assigned To Field
2
+
3
+1. Create a Script Include
4
+2. Enable Client Callable
5
+3. create a Function in the Script Include Class
6
+4. Do Glide Aggregate to the Incident Table
7
+5. Get the Parameter from the Client Script
8
+6. Use the Aggregate - COUNT for the assigned_to field
9
+7. Use the While Loop
10
+8. Get the COUNT of the assigned_to field
11
+9. Return the COUNT to Client Script
12
+10. Based on the COUNT we can add limit the assignment of the tickets to the assigned users.
0 commit comments