Prevent the Related Search Results (contextual Search) to expand on formsIssue On the forms, the "Related Search Results" button is tied to the short description and auto-expand when opening a record or typing the short description when creating a new record. As the user types in the short description box the control goes out and fills the page with results.CauseThe property "com.snc.contextual_search.widget.form.open_collapsed_existing_records " is set to false.ResolutionSet the system property "com.snc.contextual_search.widget.form.open_collapsed_existing_records " to true or navigate to "Contextual Search -> Properties -> Collapse" and check the box Yes|No checkbox.When this property is set to true, the search results widget will be collapsed when an existing record is opened. Note: This applies only to existing records and not new records.You can configure this system property to drive the behavior of the "Related Search Results" section of the form, specifically when opening existing records.The expected behavior is that when a new record is being created, the Search Results are always relevant. We do not want users to create new records, without having a look at the relevant search results. Hence for a new record, we always leave the "Related Search Results" section as open.This behavior has been reviewed by Product Owners as well as management and has been coded to give a consistent behavior across all the forms.Keep in mind that this system property can not be domain separated as the sys_properties table is not domain separated.