- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 12:34 PM
how to disable the particular group for incidents only in service now
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2022 01:07 PM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 05:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 05:58 AM
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
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
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 06:11 AM
Can we write a client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 10:12 PM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2022 05:32 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 09:31 PM
Any update on this?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader