Junction Tables
Posted: 2014-08-20 13:59
Hi,
Apologies if this has been answered before (I couldn't find it by searching).
How does AppGini implement junction tables? I have used these to do my many-to-many relationships in my database.
http://en.wikipedia.org/wiki/Junction_table
I would like a button similar to the existing 'Display a link to children records from' option in AppGini but that gives me all the matching records from the other non-junction table. E.g. Using the example given by wikipedia, I would like a button on the User table detail view that takes me to a view of the corresponding Permissions records, without needing to interact with the UserPermissions table in between.
Am I missing something or this more difficult?
Apologies if this has been answered before (I couldn't find it by searching).
How does AppGini implement junction tables? I have used these to do my many-to-many relationships in my database.
http://en.wikipedia.org/wiki/Junction_table
I would like a button similar to the existing 'Display a link to children records from' option in AppGini but that gives me all the matching records from the other non-junction table. E.g. Using the example given by wikipedia, I would like a button on the User table detail view that takes me to a view of the corresponding Permissions records, without needing to interact with the UserPermissions table in between.
Am I missing something or this more difficult?