How to auto affect assignment group of inc parrent to inc child

rampage
Tera Contributor

When associating a child incident with a parent incident, the child incident inherits the assignment group of the parent incident in servicenow

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

Use a insert/update Business rule

 

Condition  parent changes AND parent is not empty

 

Action: Assignment group is Parent.Assignment group


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

1 REPLY 1

Peter Bodelier
Giga Sage

Use a insert/update Business rule

 

Condition  parent changes AND parent is not empty

 

Action: Assignment group is Parent.Assignment group


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.