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 9442221 commit f5fece6Copy full SHA for f5fece6
Server-Side Components/Business Rules/Prevent Duplicate Incident Creation within 24 Hours/README.md
@@ -0,0 +1,9 @@
1
+Prevent Duplicate Incident Creation within 24 Hours
2
+
3
+1. Write a Business Rule - Before Insert
4
+2. Select the Incident Table
5
+3. Only run/execute for all the active incidents
6
+4. By Gliding the Incident Table will get the caller_id, short_description for checking the current caller and text provided for the short description
7
+5. Querying the Incident Table as created within 24 Hours and excluding the closed incidents
8
+6. Stop insert and show an error message
9
+7. Prevent Incident record creation
0 commit comments