Need to show more information on field while searching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â11-13-2024 12:40 AM
Hello everyone
We have OOB configuration item field on change request table, when we type to search any CI, it shows list of matching records since there are lot of similar records so it hard to identify which one to select as it show only two information of CI(Please see screenshot), we need to show some more info like assignment group as well.
There is dictionary override attribute on change request i am trying to modify but not working
Existing attribute: edge_encryption_enabled=true,encode_utf8=false,ref_ac_columns=sys_class_name,ref_ac_order_by=sys_class_name,ref_auto_completer=AJAXTableCompleter,ref_contributions=Configuration_item_show_Kb_article;task_show_ci_map;show_related_records_wn;
I Updated like this but not working: like: edge_encryption_enabled=true,encode_utf8=false,ref_ac_columns=sys_class_name,ref_ac_order_by=sys_class_name,ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=assignment_group,ref_ac_order_by=name,ref_contributions=Configuration_item_show_Kb_article;task_show_ci_map;show_related_records_wn;