- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 12:21 AM
What Needs to be Done:
Add a New Field:
We need to add a new field called "Testing" to the Assignment Group record.Improve Search Functionality:
When searching in the Assignment Group reference field, we want both the "name" and "Testing" fields to be searchable and visible in the type-ahead results.
I Am looking for a solution or guidance on how to implement these enhancements effectively in ServiceNow. Any help or suggestions would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 04:21 AM
"Please check the dictionary override section and click on incident table record. If the condition in the attribute and dictionary override section is true, open the incident table override record. When clicking true to override the attribute, enter the following: ref_auto_completer=AJAXTableCompleter, ref_ac_columns=your field name, ref_ac_order_by=your field name, ref_ac_columns_search=true. Enter both the attribute and the dictionary override attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 01:15 AM
Hi @sanjeet1245
Try to add the attribute
like I added for User / caller
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 02:17 AM
The attributes are working for the caller field, but i am facing issues with the assignment group field.Dont Know why but its not working in assigment group field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 02:30 AM
Hi @sanjeet1245
I tried at my end and it is not working, you can log a now support case mate. Sorry not much helpful.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 04:21 AM
"Please check the dictionary override section and click on incident table record. If the condition in the attribute and dictionary override section is true, open the incident table override record. When clicking true to override the attribute, enter the following: ref_auto_completer=AJAXTableCompleter, ref_ac_columns=your field name, ref_ac_order_by=your field name, ref_ac_columns_search=true. Enter both the attribute and the dictionary override attribute.