Verifying the auto-complete suggestions are properly configuredDescription<!-- 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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 85%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14px; text-decoration:; } --> Verifying the auto-complete suggestions are properly configured Overview The system dictionary is a table, called Dictionary Entries [sys_dictionary], that contains details for each table in an instance. Administrators can make changes to the system dictionary that will affect functionality. The system dictionary provides customization options for tables and fields, which in turn define lists and forms. However, there are simpler user interfaces that can be used for common tasks, such as creating new tables and fields, rather than modifying the system dictionary directly. If the dictionary entry is not appropriately configured, it can cause several unexpected behaviors on a form, such as the auto-compete suggestion not working in a reference field. When troubleshooting field behavior, an important field to consider is Attributes. This field alters the behavior of a field or functionality that depends on the field. The attribute that corresponds to the auto-complete functionality is ref_auto_completer. This dictionary attribute specifies the name of a JavaScript class (client side) that creates the auto completion choice list. Valid class values are AJAX ReferenceCompleter, AJAXTableCompleter, and AJAXReferenceChoice. Procedure To verify that the auto-complete suggestions on a reference field are properly configured: Navigate to the form that is experiencing unexpected reference field behavior.Right-click on the field label and select Personalize Dictionary. Alternatively, navigate to System Definition > Dictionary to view the system dictionary as a list and open a dictionary entry for a field or table. The dictionary form appears.Verify the data in the dictionary entry form for the broken reference field. For details on each of the fields that appear in the system dictionary, refer to Modify Dictionary Entries.Fields that influence the auto-complete suggestions are: FieldDescriptionTypeDefines the field type of the column.Max lengthLimits the length of a field.ReferenceDefines the table being referenced.AttributesAlters the behavior of a field or functionality that depends on the field. For details on auto-complete attributes for fields in a table that do not already have their own auto-complete attributes, see Auto-complete for reference fields.Reference qualFilters the records available for a reference field. Note: If there is a similar or same field on another form that is working, compare the two dictionary entries and make the necessary changes to make them consistent. After the necessary changes are made to the dictionary entry, click Update and test the auto-complete suggestions to verify the issue no longer exists. Note: For details on configuring additional auto-complete options, see Auto-complete for reference fields.