Skip to content

Commit 59fb4e2

Browse files
authored
readme.md
1 parent 34b1602 commit 59fb4e2

File tree

1 file changed

+10
-0
lines changed
  • Server-Side Components/Business Rules/Reassign Tasks When Assigned User is Inactive

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Purpose
2+
Automatically reassigns tasks or incidents when the currently assigned user becomes inactive.
3+
This ensures that no work item stays unattended due to user deactivation, termination, or role changes, maintaining operational continuity and SLA compliance.
4+
## Tables Applicable:
5+
Any task-based table, such as incident, problem, change_request, etc.
6+
## Implementation Details
7+
Table: sys_user
8+
Trigger: Business Rule – After Update
9+
Condition: current.active == false && previous.active == true
10+
Purpose: Trigger logic only when a user becomes inactive.

0 commit comments

Comments
 (0)