If incident assignment group changes the incident state should be move to New.

ashok17
Tera Contributor

If incident assignment group changes the incident state should be move to New.

 

Please suggest how to achieve this requirement.

3 REPLIES 3

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

You should use State Model Transition for this

Add a state model and transitions (servicenow.com)

 

And if you cant make that work then you always have Business Rules.

-Anurag

swathisarang98
Giga Sage
Giga Sage

Hi @ashok17 ,

 

You can create a onchange client script on incident table and field assignment group, and set the state to New,

swathisarang98_0-1716209272484.png

 

g_form.setValue('state','1');

 

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

 

Community Alums
Not applicable

Hi @ashok17 ,

I tried your problem in my PDI it works for me 

I created new BR on incident table  

SarthakKashyap_1-1716211826541.png

 

SarthakKashyap_2-1716211848097.png

 

Result 

Before changing the assignment group 

SarthakKashyap_3-1716211913127.png

When I changed assignment group

SarthakKashyap_4-1716211966973.png

 

 

Please mark my answer correct and helpful if this works for you.

Thanks and Regards

Sarthak