A bit of background knowledge, i updated from version 6 to version 7 ( Build 2180 )
Ever since upgrading to version 7 i have noticed a number of issues.
I have a left menu which is of type tree and a number of Queries majority of the behave as they are meant to but a couple do not work. Please note that i will compare a working query to a not working query, they are identical when it comes to the settings of the query but both search different objects.
Problem steps : -
- I click on the left menu item "Associates" which is a query and nothing happens.
having a look at the tomcat console this is what is recorded on the failing "associates" search
Got XML request <root><query_layout_action query_name='AssociateAdvancedSearch' >
</query_layout_action>
</root>
This is what it looks like on a working query
Got XML request <root><query_layout_action query_name='DepartmentSearch' >
</query_layout_action>
</root>
Got XML request <root><set_prompts_action>
<query_string>FIND Department WHERE Department.Name CONTAINS ?Name ORDER BY Department.Name</query_string>
<prompted_value name="Name" ></prompted_value>
</set_prompts_action>
</root>