- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 11:26 AM
HI community,
I got stuck with an requirement, where I created a record producer on alert table. When the record producer is updated it will create a record in the "Alert" table. There it will create the incident record as well.
I am trying to auto populate the assignment group of the incident record as per the below condition.
- When the source on the alert table is zabbix.
- Accordingly it has to populate the assignment group on the incident form as Zabbx.L1 (Group exists)
Need some hints on it, I guess it can be done on BR and client scripts. What's the best practice and need some help on the scripting as well.
TIA
#Recordproducer #AlertTable #AutoAssignmentGroup
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 09:20 PM
Hi @Madhan27
May be you can explore the option of creating a flow with trigger as Alert created. Inside the flow, you can parse the source field to get the source from the alert. Then, you can make use of Make a Decision flow logic to call a Decision table to get the right assignment group. You can read more about decision table on the below link and configure it accordingly :
If you have the Assignment Group names same as Source name (Like Zabbix as source and Zabbix as Assignment Group Name), then you can simply read the source field from the alert, do a lookup record to the group table with the group name to get the group sys_id and pass it to Update Record action to update the incident Assignment Group.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 11:20 AM
Ty for your response and idea @Amit Verma I guess this is the better work around than the BR's, But I need to get more expertise on decision table and FD's to work on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 11:17 AM