Re: searching based on value selected from dropdown list in popup

Originally Posted by
sawan ...
Place a dropdown list of HousingGroups in this popup's search section and after selecting a housinggroup from this its only its corresponding housingsubgroups will be listed in the main listview below.
Without going too much in details, I can see here 2 ways to accomplish this task:
a) In the search form create a second dropdown that shows only those housingSubgroups related to the housingGroup chosen in the first dropdown;
b) Manually write a query to extract from db all HousingGroups and then filter them by Joining with corresponding housingSubgroups.

Originally Posted by
sawan ...
But the problem is i dont know the flow for popup and where the query for fetching the records is declared.
Look in yourModuleName\metadata\popupdefs.php, searchdefs.php and searchfields.php.
What do you think the cookie monster eats ?
Bookmarks