If incident assignment group changes the incident state should be move to New.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:27 AM
If incident assignment group changes the incident state should be move to New.
Please suggest how to achieve this requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:28 AM - edited 05-20-2024 03:31 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 05:48 AM
Hi @ashok17 ,
You can create a onchange client script on incident table and field assignment group, and set the state to New,
g_form.setValue('state','1');
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:31 AM - edited 05-20-2024 06:33 AM
Hi @ashok17 ,
I tried your problem in my PDI it works for me
I created new BR on incident table
Result
Before changing the assignment group
When I changed assignment group
Please mark my answer correct and helpful if this works for you.
Thanks and Regards
Sarthak