Assigned to Mandatory

ashok17
Tera Contributor

Remove Assigned to Mandatory in Incident while changing Assignment group

 

Please suggest how to achieve this requirement. 

8 REPLIES 8

Alp Utku
Mega Sage

You can write after business rule on Incident Table. Run on Update

 

When to run : Assignment Group changes

 

Go to Advanced Tab and write below code

 

current.assigned_to ="" ;

 

 

 

 

 

ashok17
Tera Contributor

Hi

Thanks for response but not working my side, showing mandatory if assignment group changes.

Please suggest

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Can you share what you've tried and where you are stuck?

 

Also should this happen client side or is server side also good?

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Siddhesh Gawade
Mega Sage
Mega Sage

Hello @ashok17 ,

 

There should be a client script running on incident table which is making the assigned to field mandatory if assignment group in changed. If you don't want this functionality you can simply disable this script.

 

Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.


Regards,

Siddhesh