How to create a relationship between tow tables

samadam
Kilo Sage

I created a m2m relationship between change and a custom table. I want to display all the changes related to the custom table. How can  I create it. Tried to create it from the m2m record  but pulls only one record.

1 REPLY 1

aizawaken
Tera Guru

hi @samadam 
I think you should create a junction table between the tables.
In the junction table, you can put the reference fields from the both tables.

Could you try this already?