sn_customerservice_case - How to only show assignment groups that the assigned to user belongs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 03:40 AM
does anyone have insight how to configure case form to show only assignment groups that the assigned to -user belongs?
i want to restrict the number of options that the assignment group field has.
servicenow docs has example for incidents but that does not seem to work for cases even when they are both extends of the same task table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 03:52 PM
Hi Jori Simola,
To configure a case form in ServiceNow to show only assignment groups that the assigned to user belongs to, you can follow these steps:
- Navigate to the "Case Form" in the ServiceNow interface.
- Click on the "gear" icon on the top right corner of the page to access the form configuration options.
- Click on the "Configure" option in the drop-down menu to open the form configuration settings.
- In the form configuration settings, scroll down to the "Assignment Group" field.
- Click on the "Edit" button next to the "Assignment Group" field to edit its properties.
- In the Assignment Group field properties, under the "Default Value" tab, select the "Dynamic" option.
- In the "Dynamic Default" section, click on the "Add Filter Condition" button.
- Set the filter conditions to "Active is true" and "Members is current user".
- Save the changes and close the Assignment Group field properties window.
These steps will limit the options displayed in the Assignment Group field to only those groups that the assigned to user belongs to. If the user is not a member of any group, then the Assignment Group field will not show any options.
Please mark my answer correct/helpful in case it adds value and moves you a step closer to your desired ServiceNow solution goal.
Thanks,
Punit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 01:02 AM
Hi,
in step 3. do you mean the "Configure Dictionary"?
in step 6. i opened the assigment group and the default value is string field. there are no dropdown menu for dynamic rule. Or do you mean In Assignment group referece specification to select the reference qual conditions to be set as dynamic?
could you please provide screenshots of these steps?
-Jori