Users are unable to find a record when searching in a reference fieldIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Here are some scenarios in which a customer might be impacted: The auto-complete functionality on a reference field is not populating with your expected recordClicking the magnifying glass icon next to a reference field, then searching through the table in the popup window, does not return the records you are expecting to seeClicking the magnifying glass icon next to a reference field opens the tree picker, but there are very limited items, and the options you expect to see do not appear. Release All Cause A reference qualifier is added to your reference field dictionary record, which filters the data that is returning based on specified conditions. Resolution If users are not able to return specific records with auto-complete or through the search icon on a reference field, they will want to check the following: Is there a reference qualifier set up for your field? Right click on your field name, click the option to "Show - 'field_name'", and check the "Reference Qual" section on the Dictionary Info popup window.If there is a reference qualifier present, please verify that the records you expect to see meet all the conditions. For example, if the reference qualifier says - install_status!=7^sys_class_name=cmdb_ci_computer^ORsys_class_name=cmdb_ci_desktop_pc^ORsys_class_name=cmdb_ci_laptop_pcIn order for your record to be found in your reference field, it cannot have an install_status of 7 AND it must have a sys_class_name of cmdb_ci_computer OR cmdb_ci_desktop_pc OR cmdb_ci_laptop_pc. If the record does not meet these two requirements, the record will not be found. It will still be accessible if you navigate directly to the table that houses the record, but it will not return in the reference field.Verify that there is not a Dictionary Override record that specifies different conditions for your reference field. On extended tables, admins can create a Dictionary Override record on a child table field, if they want the field to have different requirements than what is seen on the dictionary record of the parent table. Many times, customers will forget to check the Dictionary Override table when they encounter this issue. The easiest way to access your dictionary override records is to right click in the header of your form > Configure > All. The resulting page will show you all Configurations for your current table. Navigate to the Dictionary Entry Overrides tab and search for your reference field. Check if there is an override record available for your field, and verify if the reference qualifier is different.