I can see that you can add a Bottom Panel when there is a One-to-Many or Many-to-Many relationship to the Left Entity in the Relationship Definition.
What I am trying to achieve is the display of a Bottom or Side Panel in the Detail View for a related entity where there is a One-to-One relationship.
As an Example, let's say there are two Entities:
EntityAlpha
EntityBeta
EntityAlpha has a One-to-One-Left relationship with EntityBeta.
There is NOT always an EntityAlpha record for every EntityBeta.
On the Detail Layout of EntityBeta, I would like to display a Bottom or Side Panel containing the fields in EntityAlpha, when there is a related record in EntityAlpha.
I know that I can create Layouts for EntityAlpha (both Detail and Side Panels). By default, these panels are not selectable in the Layouts of EntityBeta unless it is a Many-to-Many or One-to-Many relationship.
Any advice in this will be greatly appreciated.
What I am trying to achieve is the display of a Bottom or Side Panel in the Detail View for a related entity where there is a One-to-One relationship.
As an Example, let's say there are two Entities:
EntityAlpha
EntityBeta
EntityAlpha has a One-to-One-Left relationship with EntityBeta.
There is NOT always an EntityAlpha record for every EntityBeta.
On the Detail Layout of EntityBeta, I would like to display a Bottom or Side Panel containing the fields in EntityAlpha, when there is a related record in EntityAlpha.
I know that I can create Layouts for EntityAlpha (both Detail and Side Panels). By default, these panels are not selectable in the Layouts of EntityBeta unless it is a Many-to-Many or One-to-Many relationship.
Any advice in this will be greatly appreciated.
Comment