how to disable the particular group for incidents only in service now

Rithika Kalamn1
Giga Contributor

how to disable the particular group for incidents only in service now

2 ACCEPTED SOLUTIONS

bammar
Kilo Sage
Kilo Sage

You could add another checkbox to the groups table like Hide  and set to true

Then in the reference qualifier for incident assignment group say Hide =false.

Keep in mind if your using task table you have to make sure this wont cause something else not to work in another area which is why you may need to use a dictionary override and set the ref qualifier there for incident...

View solution in original post

Rithika Kalamn1
Giga Contributor

What is the procedure to hide/disable the assignment group when we are using the task table. The changes in reference qualifier leads to changes in task table

View solution in original post

16 REPLIES 16

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

you can use dictionary override on assignment_group field and override the ref qualifier

1) open the dictionary; in related list of Dictionary override click New

find_real_file.png

2) select table as incident; click override ref qualifier

give this

javascript:'name!=Group ABC'; // give here the group name you want to hide

OR

javascript:'sys_id!=sysId'; // give here the group sysId

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Can we write a client script?

 

@Rithika Kalamnurikar 

Why to use script when it can be done in an OOB way using dictionary override?

I would request you to use dictionary override approach.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Rithika Kalamnurikar 

Did you mistakenly marked your own response as correct?

I could see you marked my response as correct earlier and now it is not.

Would you mind marking appropriate response as correct?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Rithika Kalamnurikar 

Any update on this?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader