Skip to content

Commit f5fece6

Browse files
Create README.md
1 parent 9442221 commit f5fece6

File tree

1 file changed

+9
-0
lines changed
  • Server-Side Components/Business Rules/Prevent Duplicate Incident Creation within 24 Hours

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)