Hey,
How I can create a Template " Integrate fields from two different tables ".
Example: I have two tables that have a Many to Many relationship, the problem is that I can’t integrate the fields of both tables in the same template.
Thank you.
Hey,
How I can create a Template " Integrate fields from two different tables ".
Example: I have two tables that have a Many to Many relationship, the problem is that I can’t integrate the fields of both tables in the same template.
Thank you.
Please copy/paste your model so as we understand what you need…
For instance in the demo the “Order” objet’s form displays fields from 4 business objects: Order (of course), Customer, Product and Provider:
In summary there is no general answer to your question, it depends on your model and on the object you are considering.
You can display data from a single record of “Contenu” and of a single record of “Resource” only at the level of the N-N object “AppRessouceConteu”
From one object’s form, you can only display fields from another object linked by a 1-N relationship.
However there is a way (“pillbox”) to render the N-N relationship that allows a “compact view” variant of the list of records linked of the other side of the N-N:
If you think yous should be able to display “Contenu” fields in “Ressource” (or the opposite) it means the relationship is not a N-N
Thank, I’ll try and come back to you