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

Deepika Mishra
Mega Guru

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 ?

2 REPLIES 2

Mohith Devatte
Tera Sage
Tera Sage

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

Peter Bodelier
Giga Sage

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.