|
Master-Detail relationships are very common in applications. An
example of this type of relationship is an order with a header and
line items. In PHPRunner you can join, or link, two or more data
sets that have at least one common field.
To create master-detail relationship in PHPRunner:
1. Go to the Datasource
tables page and check off both master and detail tables in
the list of datasource tables.
2. Drag and drop field from one table to another. Table link properties dialog
opens.
3. Choose what table is Master and select link fields in both
tables. If you'd like to display Master record info on the Details
page check off corresponding checkbox.
Master page settings:
1. Preview detail
records in popup
2. Preview detail
records inline
One Master table can have multiple Details tables.
More info about
master-detail relationships.
|