I'm using Sugar CE 5.2.0k (Build 5837).
I have developed my own module and deployed it.
I have created also other database tables linked to my module main table.
For example, considering that my module records data about houses to rent, I have :
* a table called "season" whih lists all the seasons with an unique id and the name (ie : id=1, name=summer / id=2, name=winter etc..).
* a table called house_season with 2 fields (id which is the unique id of an house and idseason which relates to the table "season").
My 2 problems are :
1) If I add the possibility to search house by season, I know how to build the dropdown menu on the search tab but I don't know where I can filter the results if a season is choosen.
2) When I create (or modify) a new record for an house, how can I display (with checkbox) in a panel all the different seasons ?
Let me know if I wasn't clear enough.
Sincerely
Franck


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks