
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 04:53 AM
Hi ServiceNow superstars,
This is embarrassing but I can't get this to work...
The requirement is to display Manager next to Assignment group as users search for assignment group in Incident record in Assignment group field. Something like this:
I've followed the docs and community posts, travelled far and wide for this but it's just not working for me...
This is what I did:
1. Configure Dictionary on Assignment group field
2a. As per docs, in Advanced view I added the following in the Attributes field: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=manager
2b. As per this post, I also tried these attributes ref_ac_columns_search=true,ref_auto_completer=AJAXTableCompleter,ref_ac_columns=manager
3. I configured the Reference list for sys_user_group table to display both Name and Manager
End result is I still only see the name of the group when I search in Assignment group field:
What is going on? What am I missing here?
Any pointers much appreciated...
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 05:05 AM
Can you try
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=manager,ref_ac_order_by=name
Also, can you ensure that there does not exists any Dictionary Override entry for the same. Right click the Assignment Group field & then Configure Dictionary. Scroll to the bottom & you will find Dictionary Override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 04:59 AM
Hi
unfortunately you can have only one display value for a reference field.
Kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 05:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 05:05 AM
Can you try
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=manager,ref_ac_order_by=name
Also, can you ensure that there does not exists any Dictionary Override entry for the same. Right click the Assignment Group field & then Configure Dictionary. Scroll to the bottom & you will find Dictionary Override.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 05:10 AM