Incident ... when the assignment group is empty. Set assignment group as "ServiceDesk"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:05 PM
Please help business rule script as mentioned below requirement
Occasionally, incident tickets are created without an assignment group. According to the process, this should not happen, but we cannot always identify and solve the root cause for this.
-> Incident tickets that have no assignment group, are assigned automatically to ServiceDesk
Need to Create a BR, on insert and set to run only when the assignment group is empty. Set assignment group as "ServiceDesk"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:44 PM
You can write Assignment rule for this, In this case if no assignment group is selected then this will be applied.
Links
You can also write before insert BR.
conditions : assignment group || Is || empty
actions : assignment group || is || servicedesk
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 02:47 AM
Thanks @Voona Rohila 🙂 Its Working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 03:43 AM
Glad to know that my response helped, You can close this thread by marking my response as correct for others who may have a similar question in the future.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP