Enhancing Assignment Group

sanjeet1245
Tera Guru

What Needs to be Done:

  1. Add a New Field:
    We need to add a new field called "Testing" to the Assignment Group record.

  2. 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!

1 ACCEPTED SOLUTION

"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.

View solution in original post

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @sanjeet1245 

 

Try to add the attribute 

AGLearnNGrow_0-1713514486223.png

 

 

like I added for  User / caller

AGLearnNGrow_1-1713514532340.png

 

*************************************************************************************************************
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]

****************************************************************************************************************

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.

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]

****************************************************************************************************************

"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.