remove group from form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11 hours ago
Hi all,
I am relatively new to my role and still learning ServiceNow. I am wanting to remove Startegy and Data reporting from the assignment group dropdown. It is not able to be removed manually because it is being seen in form builder through sys_user_group pointer.
Please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
See if this might help you
Basically, you need to use a reference qualifier in the field of group, it’s because this field is a reference type, no choice one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hi @WeighedBrass95 ,
It seems your assignment group is choice field.
Navigate to System Definition ->Dictionary
Search Dictionary entries to get your assignment group
Table : <Your table name>
Type : Choice
Column name : < add you field name>
sample screen shot:
Then go to choice list of that assignment group dictionary entry and deactivate it.
If it is catalog variable,
Navigate to All variable
Search your assignment group variable with type multiple choice
Open it and under Question choice -> deactivate the choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
45m ago
Hi @WeighedBrass95 ,
You can apply the filter at field definition level and exclude these 2 group which is pointing to sys_user_group table.
Share the field definition screen shot if above solution not works for you.
Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
