- 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:55 AM
Hey,
You need to build the logic in dictionary override.
Configure Assignment group > In the form, go to related list "Dictionary Override" > Find row for table = Incident> Click on checkbox "Reference qualifier override" > add below statement:
javascript: "sys_id!=sys_id_of_the_asignment_group";
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 06:12 AM
Can we use a client script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 06:23 AM
No, you can't
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 06:50 AM
If we select the option onload and try to right a script ..will it work?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2022 10:27 PM
No, it doesn't work that way, it has to be through reference qualifier.
You can have dynamic ones as well, lets say you want to show all groups and if one option is selected on the form, you want to hide certain group, that is also possible using ref qualifier, no need of client script at all.
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar