Auto-complete lookup not working on SOW, but working on platform and Agent workspace Issue ProblemThe auto-complete lookup is not returning the correct data when selecting a Configuration Item (CI) on the Incident form from Service Operations Workspace (SOW). The right data is not coming up in the field lookup when typing the CI name, instead showing recent selections. This is a hindrance for the Service Desk team. Steps to reproduce1. Go to Service Operations Workspace2. Open an existing incident or create a new incident3. Observe the CI name search is not returning the exact result, instead showing recent selections.Note: in the platform is retrieving the right data in the result lookupReleaseGenericCauseRoot CauseIssues on the attributesResolutionSteps to Resolve 1. Go to the CI field setup on sys_dictionary=> You can do right click on the CI field and select "Configure Dictionary"2. Changed the attributes to: encode_utf8=false,ref_ac_columns=sys_class_name,ref_ac_order_by=sys_class_name,ref_auto_completer=AJAXTableCompleter,ref_contributions=task_show_ci_map;show_related_records 3. Save the record