Hello,
I want to use the select dynamic cascade field to create a relationship between
2 content types I created using the Standard Article storage method.
This method creates auxiliary fields in # __cck_store_form(...) tables to store information
that is not in default Joomla #__content table.
To better illustrate the situation, the tables are service types and companies that provide these
services, and the relationship between them is one service type to many companies.
Using the Free Construction method in Dynamic Cascade field I easily joined the 2 tables
but my problem is to filter the companies field (end behaviour) when selected one service type
(start behaviour), as the link field in the companies table is in the auxiliary # __cck_store_form (...) table.
How do I connect the Parent parameter to link to this field?
The example that you included in the Select Dynamic Cascade field page is showing a relationship
between tables created apart from the default joomla content system... please correct me if I'm wrong.
Thanks in advance.