Is there a way to select multiple table while creating related list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 01:43 AM
Hi All,
I have same requirement for multiple table in order to configure a related list.
So there is a field: "Applies to table" on "sys_relationship" table. My requirement is to select multiple tables on this field as the query applied on all the tables would be same.
Is there a way to achieve the same ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 01:56 AM - edited 08-23-2023 02:12 AM
Hello @Deepika Mishra ,
You cant select multiple tables in the drop down for a single relationship record.
You have create another relation ship record for another table .
Hope this helps
Mark my answer correct if this helps you
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:08 AM
Hi @Deepika Mishra
You could create a many to many table, with a document_id field to create these relationships, and display the m2m table as related list.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.