This topic is locked
[SOLVED]

 Master-Detail question

1/11/2014 5:36:53 AM
PHPRunner General questions
W
wpl author

Hi all,
I am just curious to know if it would be possible (and safe) to use one table as a detail for several master tables (which really need to be separate tables).
Thanks

Sergey Kornilov admin 1/11/2014

It's possible. You will need to create several custom views of the details table and use them as a details table once.

W
wpl author 1/11/2014



It's possible. You will need to create several custom views of the details table and use them as a details table once.


Sergey,
that's what I had been thinking about also. Just wanted to make sure.
Thanks