How to stop oncopychangeclick() from copying over inactive groups?

Joshua Comeau
Kilo Sage

Configuration currently (it is working correctly and copying over everything)

Need to know how to stop the assignment group from being populated if it is an inactive group 

 

JoshuaComeau_0-1695396231647.pngJoshuaComeau_1-1695396255361.png

 

1 ACCEPTED SOLUTION

There you go

 

PeterBodelier_0-1695405571584.png

 

PeterBodelier_1-1695405574195.png

 


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

View solution in original post

7 REPLIES 7

Peter Bodelier
Giga Sage

Hi @Joshua Comeau,

 

I wouldn't change the current logic.

Create a before insert Business Rule.

 

Condition Assignment Group.active = false

Action : Assignment group To NULL

 


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

Can you send a picture of your configuration as its hard to follow 

There you go

 

PeterBodelier_0-1695405571584.png

 

PeterBodelier_1-1695405574195.png

 


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

@Peter Bodelier 

 

the script looks right to make the assignment group blank

 

but I meant assignment group is inactive not the ticket?

 

Thoughts on how to do that?