How to create a relationship between tow tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-16-2024 07:17 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-16-2024 07:57 PM
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?