Search code examples
phpsugarcrmsuitecrm

How to have multiple tables for a module in suiteCRM?


In SuiteCrm, I have 'doctor' module, in this module in 1st module I display doctors info such as name, speciality, experience etc. in 2nd table, I want to show doctrs location with fields such as address, contact of hospital, state, city. in 3rd table I have feedback received by doctor from diff.patient. like this I have multiple tables. Need multiple tables on list view page and detail view page for custom module created using module builder. Need to know how to add that. currently only one table is there on custom module.


Solution

  • So you can different modules for doctor and patient and then create appropriate relationship(one-to-one, one-to-many, many-to-many) between them.