How to set the assignment group based on category and sub category in a dynamic way through business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-01-2020 03:26 AM
i need to set the assignment group based on category and sub category through business rule(Dynamically)need to set this only by using BR .
thanks
sravani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-01-2020 03:29 AM
Hi,
Create BR and add condition like
category is something and subcategory is somethingsomething
then under action tab set assignment group to something.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-01-2020 03:56 AM
Hi,
this can be achieved easily using Assignment Rules and no BR script needed
1) Go to Assignment rules in left navigation
2) Click New: and in applied to tab select category and subcategory as below: table as incident
3) in Assignment Group field give assignment group name as below:
If there complex calculation then use script part.
If you have different combinations then those many records you need to create in assignment rules
Mark ā
Correct if this solves your issue and also mark š Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-01-2020 04:05 AM
Hi,
Please find below screenshot -
However, I would say - datalookups are perfect fit in your case, since you want to change group based on some other field selections
This is completely out of the box, and you just need to enter the various category/ subcategory values to populate assignment group -
link - https://<instance>.service-now.com/dl_u_assignment_list.do
Please mark the answer correct and helpful, if it helps.
Regards,
Anirban
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-01-2020 04:14 AM