Hello
I have two views to the same table: one as detail on a master-detail setup (where I only see the detail records associated to a master record in the other table) and one by itself, where I can see all the records. Both use the same url (with different parameters) for display.
I'd like to allow a procedure when looking at that table only if it is in a master-detail situation.
What would be the way to detect that? Was thinking of looking at $mastertable and $masterkey variables as a first test.
Thanks
Dani