Assignment group in Change request form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 11:31 PM
Hi All
I have a requirement where on Change reqest form I need to show only specific groups to appear (Groups which I have created) when clicking on "Assignment group". How can I do that?
Change Request form
Lets say I want only these groups to appear for user to select any one

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 11:41 PM
Hi,
You can use a Reference Qualifier for that. Check out the given example in the documentation. It seems similar to your use case.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 12:27 AM
Refer the below thread may helpful to you.
ServiceNow Commnunity MVP -2018 class.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 12:30 AM
Hi,
Comments before will definitely help address your situation. However, recommendation will be to create a new Type (OOB field on the Group table) & populate it with relevant type. Once done pass the quailfier for the Assignement Group field accordingly.
Note: Add a dictionary Override for chagne rquest table's Assignment Group field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 01:46 AM
Hi @RSSG
Hope you are doing great.
- Locate the "Assignment group" field and access its properties.
- Look for the "Reference Qualifier" field, and enter the appropriate code to filter the groups.
javascript:'created_by=' + creator_sys_id;
Regards,
Riya Verma