I have two tables, tbl_organisations & tbl_individual, these have a relationship defined in relationships.ini as:
- Code: Select all
[People in this organisation]
__sql__ = "SELECT * FROM tbl_individual WHERE org_id='$org_id'"
When editing a record from tbl_organisations, I would like to be able to have the list of individuals in an editable table within that edit form.
Below is a screenshot from SugarCRM, which has an example of what I am trying to emulate, though with table of child records editable.
Many thanks, Tom