Hello,
I have created a custom entity called CCase (this is not the default Case entity).
This entity has several one-to-one left relationships to other custom entities, for example CDemand and CSupply.
The “child” entities are not linked to each other, and I intentionally want to keep it that way.
Entity structure:

(Each child is linked only to CCase, not to each other.)
What I would like to achieve is the following:
In the detail view of CSupply, I want to display some fields from CDemand (which is linked to the same CCase).
Is this possible in EspoCRM?
For example, can this be done using something like a foreign field, but with a double-hop relationship (CSupply → CCase → CDemand)?
I have created a custom entity called CCase (this is not the default Case entity).
This entity has several one-to-one left relationships to other custom entities, for example CDemand and CSupply.
The “child” entities are not linked to each other, and I intentionally want to keep it that way.
Entity structure:
(Each child is linked only to CCase, not to each other.)
What I would like to achieve is the following:
In the detail view of CSupply, I want to display some fields from CDemand (which is linked to the same CCase).
Is this possible in EspoCRM?
For example, can this be done using something like a foreign field, but with a double-hop relationship (CSupply → CCase → CDemand)?

Comment