Goody day everyone!
I have a created a module named prospect_inquiry.
Now, I need to create 2 more modules “Individual Prospect” and “Corporate Prospect”. These two modules are filtered by “individual” and “corporate” from my first module prospect_inquiry.
My problems are the following:
- How can I create these two modules without creating new tables.
- How can I override the listview’s query because I need to add another condition. // prospect_type = ‘individual/corporate’’
- How can I use prospect_inquiry’s table in these two modules that can still use SuiteCRM’s default listview/detailview/editview ?
Please help me. I badly need this as soon as possible. Your help is much appreciated.