Requirements
NOTE: This is related to #1194.
Provide a view of a panel including multiple resources (dynamic models and external identifiers), showing items that may be both directly and indirectly related to the current master record.
One example of use:
Within a master record, when showing a panel, we want to show multiple dynamic models person_details that reference a home_addresses record through a foreign key. This would allow us to show all residents at an address, even if the home_addresses table has no master_id itself.
Refer to #1194 for the general pattern for configuring this.
Requirements
NOTE: This is related to #1194.
Provide a view of a panel including multiple resources (dynamic models and external identifiers), showing items that may be both directly and indirectly related to the current master record.
One example of use:
Within a master record, when showing a panel, we want to show multiple dynamic models
person_detailsthat reference ahome_addressesrecord through a foreign key. This would allow us to show all residents at an address, even if thehome_addressestable has nomaster_iditself.Refer to #1194 for the general pattern for configuring this.