- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2016 03:50 AM
Hi All,
Can someone help me with the logic / script to auto assign an incident to a user based on the assignment group ? ( Except Assignment Rules / lookup )
Thank you..
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2016 04:07 AM
Hi Karthik,
The system is currently using dependent fields. It defines assigned_to as being dependent on assignment_group. When you pick a group, the names in the assigned_to field are filtered down to members of that group.
There is no default assignment logic that happens. You CAN write your own scripts, but that's a high maintenance option. The best way is to manage the data using assignment rules. You mentioned that's an exception. Can you elaborate further on why you don't want to use them or what you are looking to do specifically?
http://wiki.servicenow.com/index.php?title=Defining_Assignment_Rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2016 04:22 AM
Hi Karthik,
Could you please paste screenshots of your client script so that it will help me to debug..!
Thanks,
Devi
PS: Hit like, Helpful or Correct depending on the impact of the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2016 04:06 AM
Hello Kathik,
You can use Assignment Rule to set this.
In this we can define the Group name, User and put condition accordingly.
Below mention Link can help you for it:
http://wiki.servicenow.com/index.php?title=Defining_Assignment_Rules#gsc.tab=0
Round-Robin (Auto Assignment of new incidents and tasks)
Regards,
Shilpi Sharma.
PS: Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2016 04:07 AM
Hi Karthik,
The system is currently using dependent fields. It defines assigned_to as being dependent on assignment_group. When you pick a group, the names in the assigned_to field are filtered down to members of that group.
There is no default assignment logic that happens. You CAN write your own scripts, but that's a high maintenance option. The best way is to manage the data using assignment rules. You mentioned that's an exception. Can you elaborate further on why you don't want to use them or what you are looking to do specifically?
http://wiki.servicenow.com/index.php?title=Defining_Assignment_Rules