populate assignment group field from Event table to Alert table - Servicenow Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 04:04 AM
Hello ,
How can i populate assignment group (reference field - sys_user_group) from Event table (em_event) to alert table (em_alert). Custom field created on Event table (u_assignment_group)
- Events are already assigned to group for incident creation. I need to reflect the same in Alert table when event is generated and later on processed.
- assignment group - reference field (sys_user_group) sys_id is used as binding in event table
Thank you in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2020 05:08 AM
Tried this and it worked:
1) Event data:
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2021 07:30 AM
Hi Ashutosh,
The additional information in Alert has duplicate information now :
assignment_group
assignment_group
Is it alright to have that? can we get rid of one of the variable or its fine as a best practice?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 10:54 AM
Can this be accomplished from the Description field instead of the Additional Information field? (With other information in the Description field in addition to "{'assignment_group':'0e9169520f7321000350bd5be1050e19'}")
In testing, I have been unable to parse "{'assignment_group':'0e9169520f7321000350bd5be1050e19'}" from the description field and add it as a manual attribute of assignment_group is {named expression}.
-Jennifer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2022 01:11 PM
Hi Jennifer,
You can use description field and regex to get your work done. And yes please remove one assignment group attribute to avoid further issues.
Thank You,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 01:10 AM