Printables and many-to-many relationships

I would like to print a document which would include data from two entities: A and B. They are not connected directly though, instead there's an entity C that has lookups to both A and B. Just choosing C as the base entity for printable is probably not possible, because there may be many this kind of many-to-many relationships between A and other entities. Is it possible to create a printable document that includes data from A and those other entities?

Like 0

Like

4 comments

Dear Carlos,

In case you create a printable in C object, you can create two tables from A and B to get the info connected to the entity C. Please try to create such printables. I recommend you to test it. In case the tables are not connected at all, you won't be able to get the info from B to the printable based on A.

Best regards,

Lily Johnson

Lily Johnson,

I don't think just creating a printable for C solves the problem, because there are more than one of this type of relationships between A and other entities. Let's say I have entity C with lookups to A and B and also entity Y with lookups to A and X. How can connect in a printable entities A, B, X?

Dear Carlos,

Unfortunately, you won't be able to get the info in such a way if the entities are not connected directly. 

Best regards,

Lily

Lily Johnson,

Ok, thanks for the info.

Show all comments