Commit af88988
authored
Create Auto Populate assignment group
This Business Rule automatically assigns an Assignment Group based on the selected Category in the Incident form.
It uses a predefined mapping between categories like hardware, software, network, and database to their respective support groups.
When an incident is created or updated, the script checks the category and fetches the matching group from the sys_user_group table.
If a match is found, it sets that group as the assignment_group.
This ensures incidents are routed to the correct teams automatically, reducing manual effort and assignment errors.1 parent 9a8fe4f commit af88988
File tree
1 file changed
+26
-0
lines changed- Server-Side Components/Business Rules
1 file changed
+26
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments