I would like to know how many link tables can create in a script. And what are other options that are available to avoid syn-key and loops. one more thing
Can we include a single table in two different link tables.
This is depend on your data module there is no such restrictions to for adding tables in link table you need to create a %key and put it in common link table tab.
Following are the ways to avoid sync keys
- Rename column name using as
- Avoid duplicate fields in multiple tables
- You can add single table in link table by loading same table with different name