
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 02:14 AM
Hi all,
I have a record producer on Incident Table.
One reference field referring to cmdb_ci table , When i select any CI and submit the incident should go to CI corresponding support group .
How can we achieve this.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2019 05:57 AM
you can try with writing a query in script field on your record producer to set the assignment group.
if you will create assignment rule then it will work for both cases .
Case 1: if user will create incident from the normal way then assignment rule will work.
Case 2 if user will submit the incident form from Record Producer then assignment rule will also work.
So if you want to restrict the group routing only for record producer then you can write the script inside the "script" field on your record producer . if you want the group routing for both the cases then go with assignment rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 02:17 AM
Hi
You can use Assignment Rules for this purpose -
Check this link -
Regards,
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2019 02:22 AM
Hi,
You need to write a Script Include and need to call the same from onChange Client script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2019 05:57 AM
you can try with writing a query in script field on your record producer to set the assignment group.
if you will create assignment rule then it will work for both cases .
Case 1: if user will create incident from the normal way then assignment rule will work.
Case 2 if user will submit the incident form from Record Producer then assignment rule will also work.
So if you want to restrict the group routing only for record producer then you can write the script inside the "script" field on your record producer . if you want the group routing for both the cases then go with assignment rule.