ServiceNerd

ServiceNow Advanced Reference Qualifier | How to filter the Assignment group based on Assigned To

Been in a predicament in ServiceNow, where you know the person a task needs to be assigned to, but don’t know the right group? I got you!

In this video, we add an advanced reference qualifier on a dictionary override on the assignment group fields (for incidents) that calls a server side script include to run some funky glideRecord queries and return as back a refined list of group sys_id’s. Its then these groups that are shown when you click the Assignment Group magnifying glass.

https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/script/server-scripting/concept/c_ReferenceQualifiers.html

https://www.servicenow.com/community/developer-forum/dynamic-advanced-reference-qualifier-examples/m-p/1386576

Reference Qualifier bit:

javascript:new global.AssignmentGroupFilter().refineAssignmentGroup(current.assigned_to)

Script Include:

Tags: advanced reference qualifier beth anglin GlideRecord reference field reference qualifier script include servicenerd servicenow admin servicenow demo servicenow tutorial sysid in

You may also like...

filter assignment group based on assigned to servicenow

How to create a Variable Set

ServiceNow Flow Diagramming

ServiceNow San Diego Flow Diagramming | Flow Designer stuff #Shorts

ServiceNow Hyperlink

ServiceNow: How to embed hyperlinks in work notes | clickable links

  • Next story Flow Designer Error Handling ServiceNow | How to…
  • Previous story ServiceNow GlideAggregate Count | Is it better than GlideRecord getRowCount()

ServiceNerd_JustinMeadows

All Videos / New Features / Tips & Tricks

AI in ServiceNow with Justin Meadows | What does it mean?

February 27, 2023

ServiceNow ChatGPT

New Features / Tips & Tricks

What is ChatGPT and Can We Use it for ServiceNow

December 18, 2022

  • Recent Posts
  • Popular Posts
  • Recent Comments

ServiceNow Process Automation Designer (PAD) | What does it do?

ServiceNow Process Automation Designer (PAD) | What does it do?

December 19, 2023

filter assignment group based on assigned to servicenow

All Videos / Flow Designer

“Do the Following Until” Flow Logic in ServiceNow Flow Designer

September 1, 2023

Dynamic Flow

Exploring Dynamic Flow and Get Flow Output Logic in ServiceNow Flow Designer!

July 24, 2023

filter assignment group based on assigned to servicenow

All Videos / Flow Designer / Tips & Tricks

Flow Designer Error Handling ServiceNow | How to…

July 3, 2023

filter assignment group based on assigned to servicenow

June 11, 2023

ServiceNow Hyperlink

Service Catalog / Tips & Tricks

October 30, 2022

ServiceNow Import Set API

Integrations

ServiceNow Inbound REST API | Import Set API

September 12, 2022

filter assignment group based on assigned to servicenow

New Features / Shorts

ServiceNow San Diego Polaris | ServiceNow Next Experience UI #SanDiego #Polaris #Shorts

February 7, 2022

ServiceNow Flow Template Builder

Flow Designer

ServiceNow Flow Template Builder | Create a template using Flow Template Builder

October 6, 2022

' src=

  • artificial intelligence business rule client script flow Flow designer Flow designer development flow designer for service catalog flow designer servicenow flow designer servicenow orlando flow designer servicenow training flow design tutorial g form glideajax GlideRecord integration hub onload script include service catalog service catalog in servicenow service catalogue servicenerd servicenow servicenow admin servicenow administrator training servicenow community servicenow demo servicenow developer servicenow developer training servicenow flow servicenow flow designer servicenow flow designer approval servicenow flow logic servicenow glideajax example ServiceNow how to servicenow integration servicenow microsoft teams servicenow new features ServiceNow Next Experience ServiceNow Polaris servicenow reference field ServiceNow San Diego servicenow shorts servicenow training servicenow tutorial subflow

The Devvies 2025 are here! Celebrate your hard work and innovation by submitting your apps today. Join the excitement!

ServiceNow Community servicenow community

  • English (US)
  • English (UK)
  • Portuguese (Brazilian)

developer

  • ServiceNow Community
  • Now Platform
  • Now Platform forum
  • Catalog item: filter Assigned To based on Assignme...
  • Subscribe to RSS Feed
  • Mark Question as New
  • Mark Question as Read
  • Float this Question for Current User
  • Printer Friendly Page

Catalog item: filter Assigned To based on Assignment Group

rhofing

  • Mark as New
  • Report Inappropriate Content

‎07-12-2016 07:44 AM

Solved! Go to Solution.

  • 6,935 Views

Abhinay Erra

‎07-13-2016 08:18 AM

View solution in original post

  • All forum topics
  • Previous Question
  • Next Question

‎07-12-2016 07:51 AM

find_real_file.png

‎07-12-2016 07:55 AM

‎07-13-2016 08:23 AM

  • Fetch the manager of the selected assignment group and displays the manager's name as a field mesg in Next Experience forum Friday
  • Fetch the manager of the selected assignment group and displays the manager's name as a field messag in Next Experience forum Friday
  • Need to Schedule a report whenever a new ticket is assigned to a assignment group in Platform Analytics forum a week ago
  • Understanding the ServiceNow Service Catalog: From Order to Fulfillment for End Users and Fulfillers in Now Platform forum 2 weeks ago
  • UI Builder 101 in Next Experience articles 3 weeks ago

filter assignment group based on assigned to servicenow

Configure the group type for assignment groups

Use the Type field to define categories of groups. Once defined,\n you can use these categories to filter assignment groups based on the group type using a\n reference qualifier.

For example, when selecting an assignment group from the Incident form,\n Type can be used to filter groups based on whether they are typically\n involved in the Incident management process. Groups such as Network or Help Desk are displayed\n as they are typically involved. Groups such as HR or New York are omitted.

The following items are provided in the base system.

  • The types catalog , itil , and\n survey .
  • The reference qualifier on [task.assignment_group] filters on [Type] [equals]\n [null] .
  • A reference qualifier named GetGroupFilter is available to filter for\n group types using Create a dynamic filter option .

Add a new group type

You can add additional group types to filter assignment groups for tasks.

You may need to configure the form to display the Type \n field.

  • \n Navigate to All > User Administration > Groups . \n
  • \n Select a group record. \n
  • \n Click the lock icon beside Type . \n
  • \n Click the lookup icon beside the selection field. \n The Group Types dialog opens. \n
  • \n Click New . \n
  • \n Enter the group type name and description. \n For example, to define a type for a group as\n incident and problem ,\n enter: incident,problem . \n Click Submit . \n
  • Optional: \n Add additional group types if needed. \n
  • \n Click Update . \n

Assign a group type

You can assign group types to filter assignment groups for tasks.

  • \n Navigate to All > User Administration > Groups and select the desired group. \n
  • \n Click the lookup icon beside the selection field and select one or more group\n types. \n \n Note: Because the default behavior of\n task.assignment_group is to filter out groups with\n group types defined, adding a type to a group filters it out of the\n Assignment Group field on tasks. To change the\n behavior, set up the reference qualifier. \n\n \n

IMAGES

  1. How to Create an Incident Report Based on Assignment Group in ServiceNow

    filter assignment group based on assigned to servicenow

  2. ServiceNow Advanced Reference Qualifier

    filter assignment group based on assigned to servicenow

  3. Navigate and Find Your Work in ServiceNow

    filter assignment group based on assigned to servicenow

  4. ServiceNow Advanced Reference Qualifier

    filter assignment group based on assigned to servicenow

  5. Information Technology

    filter assignment group based on assigned to servicenow

  6. ServiceNow

    filter assignment group based on assigned to servicenow

VIDEO

  1. APIBasedProducts Assignment Group 29

  2. How to Create an Assignment Group

  3. ASSIGNMENT GROUP FUNDAMENTALS OF FINANCE DSM 4C

  4. ServiceNow Overview #6

  5. Immediate Joiner Required for IT Sector Only Experience Candidate #developer #php #c++ #servicenow

  6. Assignment Group Project iHome Humidifier

COMMENTS

  1. Filter Assignment Group based on Assigned To

    Occasionally we will assign an Incident, Problem, Change to the Assigned To prior to choosing an Assignment Group. Once the Assigned To is populated I would like to filter the Assignment Group list to include only Groups that the Assigned To is a member of. Can anyone help me with the code for s...

  2. Filter Assignment Group based on Assigned To

    filter assignment group based on assign to in ServiceNow - on the basis of assigned to , i can get the assignment group but i have tree picker attribute on assignment group reference field, which restrict me to show parent assignment group. For eg - if i am part of xyz group and there is no parent group. then i will able to see it well.

  3. Auto-populate/Filter assignment group based on Assigned to

    Currently our assignment group will filter the assigned to so that it'll only search for it's users (Easy dependency). But we're looking for something similar in the other direction and want to retain this. Desired result: Select a user in "Assigned to", then the assignment group will apply the group they are a member of.

  4. ServiceNow Advanced Reference Qualifier

    In this video, we add an advanced reference qualifier on a dictionary override on the assignment group fields (for incidents) that calls a server side script include to run some funky glideRecord queries and return as back a refined list of group sys_id's. Its then these groups that are shown when you click the Assignment Group magnifying glass.

  5. ServiceNow Advanced Reference Qualifier

    Been in a predicament in ServiceNow, where you know the person a task needs to be assigned to, but don't know the right group? I got you!In this video, we ad...

  6. Create filters or filter groups

    Loading... Loading...

  7. Display only the members of an assignment group in the "Assigned to

    In this video, we'll explore how to filter and display only the members of an assignment group in the "Assigned to" field within ServiceNow.

  8. Catalog item: filter Assigned To based on Assignment Group

    I have a catalog item that contains references for Asignment Group (sys_user_group) and Assigned To (sys_user). I would like the Assigned To to display only users who are members of the selectedc Assignment Group. I am guessing I will need to create an advanced reference qualifier that calls a scr...

  9. Get listing of all Incidents "touched" by Assignment Group

    Subreddit for ServiceNow users, admins, devs, platform owners, CTOs and everything in between. ... In addition to this, there is a free plugin called SLA Breakdown which can give you assignment group and assigned to metrics based on an SLA. You can easily report on the length of time via an SLA that it was with a team or user, and can see at ...

  10. Configure the group type for assignment groups

    Loading... Loading...